diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-08-26 13:06:01 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-08-26 13:06:01 +0400 |
| commit | cce9822a537c77d86b626e29e60c6f5e81ef6351 (patch) | |
| tree | c3a8813da7f4d876c1448591414ec252ed42b30d | |
| parent | 51ddf0f8bbf184d548e4d5a826d615762f5e7a40 (diff) | |
daemon2: make sure daemon actually updates feeds, duh
| -rw-r--r-- | functions.php | 2 |
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?) } |