summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 47c5529cd..c0362b45f 100644
--- a/backend.php
+++ b/backend.php
@@ -321,8 +321,10 @@
case "globalUpdateFeeds":
// update feeds of all users, may be used anonymously
+ print "<!--";
// Update all feeds needing a update.
- update_daemon_common($link, 0, true, false);
+ update_daemon_common($link, 0, true, true);
+ print " -->";
// FIXME : old feed update way. To be removed.
//$result = db_query($link, "SELECT id FROM ttrss_users");