summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-21 08:51:59 +0400
committerAndrew Dolgov <[email protected]>2011-04-21 08:51:59 +0400
commitf32eb194bbfa56d176d48dbe385aa58c8d55c66a (patch)
treee465eecc1afc78fa56d940624e84df94e74d2b2e /update.php
parent9b201046af80c619fae2036b3b06bcaea832ed92 (diff)
update: add get_linked_feeds to normal update tasks
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php
index 92e2ce6ef..ab4fc6c01 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);
}
}