summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/public_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/public_handler.php b/classes/public_handler.php
index 0c38a0464..0896e498c 100644
--- a/classes/public_handler.php
+++ b/classes/public_handler.php
@@ -304,7 +304,7 @@ class Public_Handler extends Handler {
function globalUpdateFeeds() {
include "rssfuncs.php";
// Update all feeds needing a update.
- update_daemon_common($this->link, 0, true, true);
+ update_daemon_common($this->link, 0, true, false);
}
}
?>