1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 17:49:16 +00:00

api: getLabels: return converted label ids

This commit is contained in:
Andrew Dolgov
2013-07-28 23:37:19 +04:00
parent cdfc41149d
commit 891d033c97

View File

@@ -430,7 +430,7 @@ class API extends Handler {
}
array_push($rv, array(
"id" => (int)$line['id'],
"id" => (int)label_to_feed_id($line['id']),
"caption" => $line['caption'],
"fg_color" => $line['fg_color'],
"bg_color" => $line['bg_color'],