]> git.wh0rd.org - tt-rss.git/commitdiff
public: enable globalUpdateFeeds
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 14 Dec 2011 10:15:32 +0000 (14:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 14 Dec 2011 10:15:32 +0000 (14:15 +0400)
classes/public_handler.php

index 0618a925b04917478fc98dad705b4abd7cbcca41..0c38a0464b99a8ee34ca1a3847011021cd4ce014 100644 (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);
-       } */
+       }
 }
 ?>