From 3809b27874608388ec145d76b6da28b1e7eadab1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 17:34:17 +0300 Subject: remove config option SMART_RPC_COUNTERS --- api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') 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) { -- cgit v1.2.3