From cce9822a537c77d86b626e29e60c6f5e81ef6351 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 26 Aug 2010 13:06:01 +0400 Subject: daemon2: make sure daemon actually updates feeds, duh --- functions.php | 2 ++ 1 file changed, 2 insertions(+) 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?) } -- cgit v1.2.3