mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
fix warning when there are no userdefined profiles
This commit is contained in:
parent
30f64cad47
commit
f911749268
@ -1024,7 +1024,7 @@ class ajaxfelamimail
|
||||
$boPreferences = CreateObject('felamimail.bopreferences');
|
||||
$preferences =& $boPreferences->getPreferences();
|
||||
$allAccountData = $boPreferences->getAllAccountData($preferences);
|
||||
foreach ($allAccountData as $tmpkey => $accountData)
|
||||
foreach ((array)$allAccountData as $tmpkey => $accountData)
|
||||
{
|
||||
$identity =& $accountData['identity'];
|
||||
foreach($identity as $key => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user