summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-05 18:03:26 +0300
committerAndrew Dolgov <[email protected]>2010-11-05 18:04:07 +0300
commit9798b2b4c659ba7f626c5cdad68453def0f01fc2 (patch)
treedff8c68ce4c4f359c3b4bb81c7a7ed425aa5ca96 /functions.php
parent8945282432f0d1ec8b43ae8779852bb1a039f5f4 (diff)
api: rewrite getCounters to use getAllCounters()
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f806136df..3223a55eb 100644
--- a/functions.php
+++ b/functions.php
@@ -2480,7 +2480,7 @@
/* Special case: NULL category doesn't actually exist in the DB */
- $cv = array("id" => 0, "cat" => true,
+ $cv = array("id" => 0, "kind" => "cat",
"counter" => ccache_find($link, 0, $_SESSION["uid"], true));
array_push($ret_arr, $cv);