1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 23:11:28 +00:00

API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3

This commit is contained in:
Andrew Dolgov
2012-03-08 19:01:23 +04:00
parent 5b7bd238ee
commit b11e9943d8
2 changed files with 7 additions and 3 deletions

View File

@@ -4510,6 +4510,8 @@
$headline_row["labels"] = $labels;
$headline_row["feed_title"] = $line["feed_title"];
array_push($headlines, $headline_row);
}