mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref
This commit is contained in:
@@ -1966,7 +1966,6 @@
|
||||
$params["max_feed_id"] = (int) $max_feed_id;
|
||||
$params["num_feeds"] = (int) $num_feeds;
|
||||
|
||||
$params["collapsed_feedlist"] = (int) get_pref("_COLLAPSED_FEEDLIST");
|
||||
$params["hotkeys"] = get_hotkeys_map();
|
||||
|
||||
$params["csrf_token"] = $_SESSION["csrf_token"];
|
||||
|
||||
Reference in New Issue
Block a user