From a04a16c285db106794084aa7f81bdd73a8c08603 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 28 Oct 2015 04:54:33 -0400 Subject: [PATCH] Make sure list page is never set to 0 (#1490458) --- program/lib/Roundcube/rcube_imap.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 7e7111c..cd97bf6 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -57,7 +57,6 @@ protected $icache = array(); protected $plugins; - protected $list_page = 1; protected $delimiter; protected $namespace; protected $sort_field = ''; -- Gitblit v1.9.1