1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

public: enable globalUpdateFeeds

This commit is contained in:
Andrew Dolgov
2011-12-14 14:15:32 +04:00
parent 512538fdb2
commit 07391e36b8

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 all feeds needing a update.
update_daemon_common($this->link, 0, true, true); update_daemon_common($this->link, 0, true, true);
} */ }
} }
?> ?>