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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user