diff options
author | alecpl <alec@alec.pl> | 2011-09-08 15:16:56 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-08 15:16:56 +0000 |
commit | d96dc639fce2c2e3d1745dacd64a38dbf2bfd4a5 (patch) | |
tree | f983c942e051a8780c1cab88c6e67eff0a9ef041 /program/include | |
parent | 9fa938739d3e70fc1580e8055f92c6c214a378f1 (diff) |
- Merge r5194 from trunk
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_imap.php | 2 |
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)) |