summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-08 15:16:56 +0000
committeralecpl <alec@alec.pl>2011-09-08 15:16:56 +0000
commitd96dc639fce2c2e3d1745dacd64a38dbf2bfd4a5 (patch)
treef983c942e051a8780c1cab88c6e67eff0a9ef041 /program/include/rcube_imap.php
parent9fa938739d3e70fc1580e8055f92c6c214a378f1 (diff)
- Merge r5194 from trunk
Diffstat (limited to 'program/include/rcube_imap.php')
-rw-r--r--program/include/rcube_imap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php
index 1b311127c..dca8961fa 100644
--- a/program/include/rcube_imap.php
+++ b/program/include/rcube_imap.php
@@ -418,7 +418,7 @@ class rcube_imap
function set_search_set($str=null, $msgs=null, $charset=null, $sort_field=null, $threads=false, $sorted=false)
{
if (is_array($str) && $msgs == null)
- list($str, $msgs, $charset, $sort_field, $threads) = $str;
+ list($str, $msgs, $charset, $sort_field, $threads, $sorted) = $str;
if ($msgs === false)
$msgs = array();
else if ($msgs != null && !is_array($msgs))