summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 6ccdbcb10..9ad914307 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -219,6 +219,9 @@
_debug("Cleaned $rc cached tags.");
+ _debug("Updating linked feeds...");
+ get_linked_feeds($link);
+
}
_debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)");