Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 28, 2014
1 parent 9dd434f commit f1c859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Ftree/Account/Imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getList($query = null)
}

foreach ($ns as $val) {
$last = $searches[] = $ns_val . '*';
$last = $searches[] = $val . '*';
if ($last === '*') {
break;
}
Expand Down

0 comments on commit f1c859f

Please sign in to comment.