summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-13 14:51:31 +0400
committerAndrew Dolgov <[email protected]>2013-06-13 14:51:31 +0400
commitb684a2e6654ef749832f60f4c4243a42e4f583a8 (patch)
tree4aa2ebadfd7570d9e95ceff26beeee17620e838a /include
parent29b47c5ce875962a82e7f51ed76415bef50c2e3c (diff)
fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f05b5cb40..344d66ae1 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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"];