]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
update: add get_linked_feeds to normal update tasks
[tt-rss.git] / 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);
                }
 
        }