1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:15:56 +00:00

pref/feeds: start user category ordering from 1

api, getFeeds: send subcategory order_id
This commit is contained in:
Andrew Dolgov
2017-06-26 16:29:57 +03:00
parent bfe162fce2
commit c053b97697
2 changed files with 3 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ class Pref_Feeds extends Handler_Protected {
owner_uid = " . $_SESSION["uid"]);
}
$order_id = 0;
$order_id = 1;
$cat = $data_map[$item_id];