From b684a2e6654ef749832f60f4c4243a42e4f583a8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 13 Jun 2013 14:51:31 +0400 Subject: fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref --- include/functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/functions.php') 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"]; -- cgit v1.2.3