forked from extern/egroupware
Fix error "can not pass parameter 3 by reference"
This commit is contained in:
parent
50782cfa8b
commit
29618305c0
@ -1247,7 +1247,7 @@ class emailadmin_imapbase
|
||||
// we filter for the combined status of unseen and undeleted, as this is what we show in list
|
||||
try
|
||||
{
|
||||
$sortResult = $this->getSortedList($_folderName, $_sort=0, 1, array('status'=>array('UNSEEN','UNDELETED')),true,false);
|
||||
$sortResult = $this->getSortedList($_folderName, $_sort=0, $_reverse=1, array('status'=>array('UNSEEN','UNDELETED')),true,false);
|
||||
$retValue['unseen'] = $sortResult['count'];
|
||||
}
|
||||
catch (Exception $ee)
|
||||
|
Loading…
Reference in New Issue
Block a user