summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 17:34:17 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 17:34:17 +0300
commit3809b27874608388ec145d76b6da28b1e7eadab1 (patch)
tree049b69cf3f06b4fcfeee1e206971de0744eebb9c /api
parent2a13f31c394dcae833036a17e95e26bd88283c9c (diff)
remove config option SMART_RPC_COUNTERS
Diffstat (limited to 'api')
-rw-r--r--api/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/index.php b/api/index.php
index 9d1a962dc..60753e9ca 100644
--- a/api/index.php
+++ b/api/index.php
@@ -149,7 +149,7 @@
/* Labels */
if (!$cat_id || $cat_id == -2) {
- $counters = getLabelCounters($link, false, true);
+ $counters = getLabelCounters($link, true);
foreach (array_keys($counters) as $id) {