mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed bug in xmlrpc read reported by Espen
This commit is contained in:
parent
f1d0271672
commit
6318ef6d0f
@ -380,7 +380,7 @@ class boaddressbook
|
||||
|
||||
if($data !== false) // permission denied
|
||||
{
|
||||
$data = array($this->data2xmlrpc($data));
|
||||
$data = $this->data2xmlrpc(array($data));
|
||||
|
||||
return $data[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user