update: add get_linked_feeds to normal update tasks
This commit is contained in:
parent
9b201046af
commit
f32eb194bb
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
|
||||
$rc = cleanup_tags($link, 14, 50000);
|
||||
_debug("Cleaned $rc cached tags.");
|
||||
|
||||
get_linked_feeds($link);
|
||||
}
|
||||
|
||||
if ($op == "-feedbrowser") {
|
||||
|
@ -102,6 +104,8 @@
|
|||
$rc = cleanup_tags($link, 14, 50000);
|
||||
|
||||
_debug("Cleaned $rc cached tags.");
|
||||
|
||||
get_linked_feeds($link);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue