From: Andrew Dolgov Date: Wed, 14 Dec 2011 10:15:32 +0000 (+0400) Subject: public: enable globalUpdateFeeds X-Git-Tag: 1.5.8~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=07391e36b8d8c4cfadcebe47046829457178cbba;p=tt-rss.git public: enable globalUpdateFeeds --- diff --git a/classes/public_handler.php b/classes/public_handler.php index 0618a925..0c38a046 100644 --- a/classes/public_handler.php +++ b/classes/public_handler.php @@ -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); - } */ + } } ?>