From: Andrew Dolgov Date: Thu, 26 Aug 2010 09:06:01 +0000 (+0400) Subject: daemon2: make sure daemon actually updates feeds, duh X-Git-Tag: 1.4.3-proper~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cce9822a537c77d86b626e29e60c6f5e81ef6351;p=tt-rss.git daemon2: make sure daemon actually updates feeds, duh --- diff --git a/functions.php b/functions.php index 7fc5aa7e..0252c0cf 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?) }