summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-25 00:17:22 +0400
committerAndrew Dolgov <[email protected]>2011-12-25 00:17:22 +0400
commit036cd3a4106cf2eee0be72f0695458dfb517976b (patch)
treecaa0f67ab20cc2f97b10f0db5763b17789b26720 /classes
parentbe512431ebf4a7738aba002c19f9f6d4a9ce0a91 (diff)
globalUpdateFeeds: disable debugging info
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);
}
}
?>