public: enable globalUpdateFeeds

This commit is contained in:
Andrew Dolgov 2011-12-14 14:15:32 +04:00
parent 512538fdb2
commit 07391e36b8
1 changed files with 3 additions and 2 deletions

View File

@ -301,9 +301,10 @@ class Public_Handler extends Handler {
}
}
/* function globalUpdateFeeds() {
function globalUpdateFeeds() {
include "rssfuncs.php";
// Update all feeds needing a update.
update_daemon_common($this->link, 0, true, true);
} */
}
}
?>