program/lib/Roundcube/rcube_result_index.php
@@ -40,9 +40,10 @@ /** * Object constructor. */ public function __construct($mailbox = null, $data = null) public function __construct($mailbox = null, $data = null, $order = null) { $this->mailbox = $mailbox; $this->order = $order == 'DESC' ? 'DESC' : 'ASC'; $this->init($data); }