summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 77323008f..272daeb32 100644
--- a/backend.php
+++ b/backend.php
@@ -244,7 +244,7 @@
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
print "<counters>";
- getAllCounters($link, $omode);
+ getAllCounters($link, $omode, $feed);
print "</counters>";
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);