summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 15:21:00 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 15:21:00 +0400
commitae5f7bb11a7698a84c9352436c144286f7c81630 (patch)
treefbf541a0009cd8462d5137b04ffcea0113df37bc /update_daemon2.php
parentcfc0647184933b042b9929ede09f52e7d3f3318f (diff)
implement fetching and exporting of shared feeds
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)");