summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-14 14:15:32 +0400
committerAndrew Dolgov <[email protected]>2011-12-14 14:15:32 +0400
commit07391e36b8d8c4cfadcebe47046829457178cbba (patch)
treeeb7aff1785718500754fe806f1e2eeb6bbe3e8dd /classes
parent512538fdb2794f2c4742b8c90fe0336db2d80a00 (diff)
public: enable globalUpdateFeeds
Diffstat (limited to 'classes')
-rw-r--r--classes/public_handler.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/public_handler.php b/classes/public_handler.php
index 0618a925b..0c38a0464 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);
- } */
+ }
}
?>