mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
fix for xmlrpc error from korganizer: "unknown function name2id"
This commit is contained in:
parent
85a0917146
commit
a00f443eec
@ -739,7 +739,7 @@
|
||||
{
|
||||
if (!is_numeric($user))
|
||||
{
|
||||
$user = name2id($user,'account_email');
|
||||
$user = $GLOBALS['phpgw']->accounts->name2id($user,'account_email');
|
||||
}
|
||||
$l_participants[] = $user /*.$data['status']*/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user