Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/udAL/horde into udAL-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 17, 2017
2 parents 03d6e3d + b698ad5 commit 38b6ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Expand Up @@ -2537,7 +2537,6 @@ protected function _search($query, $options)
$partial = $this->getIdsOb($options['partial'], true);
$min = $partial->min - 1;

$sr->sort();
$sr = $this->getIdsOb(
array_slice($sr->ids, $min, $partial->max - $min),
!empty($options['sequence'])
Expand Down

0 comments on commit 38b6ee8

Please sign in to comment.