mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
fix of typos
This commit is contained in:
parent
313eb12f19
commit
2da30ad703
@ -575,11 +575,12 @@ class calendar_boupdate extends calendar_bo
|
|||||||
}
|
}
|
||||||
else
|
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)
|
if ($account_id)
|
||||||
{
|
{
|
||||||
$prefs = new preferences($account_id);
|
$pref_obj = new preferences($account_id);
|
||||||
|
$prefs = $pref_obj->read_repository();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user