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