mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 14:59:42 +00:00
api: rewrite getCounters to use getAllCounters()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user