program/lib/Roundcube/rcube_storage.php
@@ -47,6 +47,7 @@ protected $search_set; protected $options = array('auth_type' => 'check'); protected $page_size = 10; protected $list_page = 1; protected $threading = false; /** @@ -206,7 +207,9 @@ */ public function set_page($page) { $this->list_page = (int) $page; if ($page = intval($page)) { $this->list_page = $page; } } /**