summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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);