summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 08:38:18 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 08:38:18 +0100
commit4ffa126ec3a9cbe06c7bec710f04da47476ed8ad (patch)
treebe7c8efe0725265069c74d4f840aa36e83cff15e /backend.php
parentc2f8aac43133e8c7e2ca09891e641b9e3e98c3f8 (diff)
update title of active feed in feedlist on the fly
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);