]> git.wh0rd.org Git - tt-rss.git/commitdiff
update: add get_linked_feeds to normal update tasks
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Apr 2011 04:51:59 +0000 (08:51 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Apr 2011 04:51:59 +0000 (08:51 +0400)
update.php

index 92e2ce6ef085c7090180a6286e0b53ae10ebaa6e..ab4fc6c011bbe9718f45b25ba86f8ddecb560145 100755 (executable)
@@ -68,6 +68,8 @@
 
                $rc = cleanup_tags($link, 14, 50000);
                _debug("Cleaned $rc cached tags.");
+
+               get_linked_feeds($link);
        }
 
        if ($op == "-feedbrowser") {
                        $rc = cleanup_tags($link, 14, 50000);
 
                        _debug("Cleaned $rc cached tags.");
+
+                       get_linked_feeds($link);
                }
 
        }