mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
"fixed bug reported in xmlrpc read by Esben"
This commit is contained in:
parent
d63a7d622d
commit
8d739d827f
@ -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