mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-30 17:58:46 +01:00
Fix another error "can not pass parameter by reference"
This commit is contained in:
parent
29618305c0
commit
6990a415ee
@ -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
|
// we filter for the combined status of unseen and undeleted, as this is what we show in list
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$sortResult = $this->getSortedList($_folderName, $_sort=0, $_reverse=1, array('status'=>array('UNSEEN','UNDELETED')),true,false);
|
$sortResult = $this->getSortedList($_folderName, $_sort=0, $_reverse=1, array('status'=>array('UNSEEN','UNDELETED')),$byUid=true,false);
|
||||||
$retValue['unseen'] = $sortResult['count'];
|
$retValue['unseen'] = $sortResult['count'];
|
||||||
}
|
}
|
||||||
catch (Exception $ee)
|
catch (Exception $ee)
|
||||||
|
Loading…
Reference in New Issue
Block a user