summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 15:53:50 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 15:53:50 +0400
commitbf758124d2bec8977af8b735a4f9a949f24c6fcd (patch)
treede9359fa80e74dfd1f6eee730c8cfab41adaad29 /update_daemon2.php
parent2b020009b1bd1e2c1e527c2adf94fe0fc780849b (diff)
parent9530efa1b506f4a0d64088ae30aec38ff27de331 (diff)
backend: merge with shared-feedbrowser
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)");