summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-08-26 13:06:01 +0400
committerAndrew Dolgov <[email protected]>2010-08-26 13:06:01 +0400
commitcce9822a537c77d86b626e29e60c6f5e81ef6351 (patch)
treec3a8813da7f4d876c1448591414ec252ed42b30d /functions.php
parent51ddf0f8bbf184d548e4d5a826d615762f5e7a40 (diff)
daemon2: make sure daemon actually updates feeds, duh
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 7fc5aa7ea..0252c0cfc 100644
--- a/functions.php
+++ b/functions.php
@@ -5895,6 +5895,8 @@
if($debug) _debug("Feed: " . $line["feed_url"] . ", " . $line["last_updated"]);
+ update_rss_feed($link, $line["id"], true);
+
sleep(1); // prevent flood (FIXME make this an option?)
}