Thomas Bruederli
2014-04-07 e8cb51669a325a3d5b60fcc37b99d494809bf837
program/lib/Roundcube/rcube_result_multifolder.php
@@ -32,6 +32,7 @@
    protected $meta = array();
    protected $index = array();
    protected $folders = array();
    protected $sorting;
    protected $order = 'ASC';
@@ -39,8 +40,9 @@
    /**
     * Object constructor.
     */
    public function __construct()
    public function __construct($folders = array())
    {
        $this->folders = $folders;
        $this->meta = array('count' => 0);
    }
@@ -228,6 +230,7 @@
        $params = array(
            'SORT' => $this->sorting,
            'ORDER' => $this->order,
            'MAILBOX' => $this->folders,
        );
        if ($param !== null) {