1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 01:31:29 +00:00

globalUpdateFeeds: disable debugging info

This commit is contained in:
Andrew Dolgov
2011-12-25 00:17:22 +04:00
parent be512431eb
commit 036cd3a410
3 changed files with 5 additions and 5 deletions

View File

@@ -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);
}
}
?>