]> git.wh0rd.org - tt-rss.git/commitdiff
daemon2: make sure daemon actually updates feeds, duh
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 26 Aug 2010 09:06:01 +0000 (13:06 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 26 Aug 2010 09:06:01 +0000 (13:06 +0400)
functions.php

index 7fc5aa7ea41d2fe0b1051e15fbdfb79bdd7a93d3..0252c0cfcd28052dcd15fb4dde527bc1eca9c4be 100644 (file)
 
                        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?)
                }