summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
- } */
+ }
}
?>