1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

update: add get_linked_feeds to normal update tasks

This commit is contained in:
Andrew Dolgov
2011-04-21 08:51:59 +04:00
parent 9b201046af
commit f32eb194bb

View File

@@ -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);
}
}