mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
fix savefeedorder for dojo 1.7 (wtf)
This commit is contained in:
@@ -342,6 +342,8 @@ class Pref_Feeds extends Protected_Handler {
|
||||
#file_put_contents("/tmp/saveorder.json", $_POST['payload']);
|
||||
#$data = json_decode(file_get_contents("/tmp/saveorder.json"), true);
|
||||
|
||||
$data['items'] = json_decode($data['items'], true);
|
||||
|
||||
if (is_array($data) && is_array($data['items'])) {
|
||||
$cat_order_id = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user