Aleksander Machniak
2015-08-06 0868c2e841739baf1054a3b332245d3ec29251e6
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;
        }
    }
    /**