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:
@@ -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);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user