mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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);
|
$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));
|
//error_log(__METHOD__.__LINE__.array2string($notified_mail_uidsCache));
|
||||||
|
if (!is_array($folders2notify)) return true;
|
||||||
foreach ($folders2notify as $nFKey =>$notifyfolders)
|
foreach ($folders2notify as $nFKey =>$notifyfolders)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user