mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix of typos
This commit is contained in:
parent
313eb12f19
commit
2da30ad703
@ -575,11 +575,12 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
else
|
||||
{
|
||||
$account_id = $GLOBALS['egw']->account->name2id($user_or_email, 'account_email');
|
||||
$account_id = $GLOBALS['egw']->accounts->name2id($user_or_email, 'account_email');
|
||||
}
|
||||
if ($account_id)
|
||||
{
|
||||
$prefs = new preferences($account_id);
|
||||
$pref_obj = new preferences($account_id);
|
||||
$prefs = $pref_obj->read_repository();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user