mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
fix for xmlrpc error from korganizer: "unknown function name2id"
This commit is contained in:
parent
4269e84787
commit
7c50885810
@ -745,7 +745,7 @@
|
|||||||
{
|
{
|
||||||
if (!is_numeric($user))
|
if (!is_numeric($user))
|
||||||
{
|
{
|
||||||
$user = name2id($user,'account_email');
|
$user = $GLOBALS['phpgw']->accounts->name2id($user,'account_email');
|
||||||
}
|
}
|
||||||
$l_participants[] = $user /*.$data['status']*/;
|
$l_participants[] = $user /*.$data['status']*/;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user