From: Andrew Dolgov Date: Thu, 21 Apr 2011 04:51:59 +0000 (+0400) Subject: update: add get_linked_feeds to normal update tasks X-Git-Tag: 1.5.3~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f32eb194bbfa56d176d48dbe385aa58c8d55c66a;p=tt-rss.git update: add get_linked_feeds to normal update tasks --- diff --git a/update.php b/update.php index 92e2ce6e..ab4fc6c0 100755 --- a/update.php +++ b/update.php @@ -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); } }