forked from extern/egroupware
fix warning invalid-argument-supplied in notification_check_mailbox
This commit is contained in:
parent
a1285433bd
commit
05b2773391
@ -664,7 +664,7 @@ class mail_hooks
|
||||
}
|
||||
$notified_mail_uidsCache = egw_cache::getCache(egw_cache::INSTANCE,'email','notified_mail_uids'.trim($GLOBALS['egw_info']['user']['account_id']),null,array(),$expiration=60*60*24*2);
|
||||
//error_log(__METHOD__.__LINE__.array2string($notified_mail_uidsCache));
|
||||
|
||||
if (!is_array($folders2notify)) return true;
|
||||
foreach ($folders2notify as $nFKey =>$notifyfolders)
|
||||
{
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user