mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +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
|
if($data !== false) // permission denied
|
||||||
{
|
{
|
||||||
$data = array($this->data2xmlrpc($data));
|
$data = $this->data2xmlrpc(array($data));
|
||||||
|
|
||||||
return $data[0];
|
return $data[0];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user