summaryrefslogtreecommitdiff
path: root/modules/backend-rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/backend-rpc.php')
-rw-r--r--modules/backend-rpc.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index 4b67e1b38..918f8ca90 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -457,17 +457,7 @@
}
}
- print "<rpc-reply><counters>";
-
- if ($label) {
- getGlobalCounters($link);
- getLabelCounters($link);
- if (get_pref($link, 'ENABLE_FEED_CATS')) {
- getCategoryCounters($link);
- }
- }
-
- print "</counters></rpc-reply>";
+ print "<rpc-reply>OK</rpc-reply>";
return;
}