summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
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);
}
}