1
0
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:
Andrew Dolgov
2013-06-13 14:51:31 +04:00
parent 29b47c5ce8
commit b684a2e665
2 changed files with 0 additions and 6 deletions

View File

@@ -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"];