"fixed bug reported in xmlrpc read by Esben"

This commit is contained in:
Ralf Becker 2007-06-23 17:45:54 +00:00
parent d63a7d622d
commit 8d739d827f

View File

@ -380,7 +380,7 @@ class boaddressbook
if($data !== false) // permission denied
{
$data = array($this->data2xmlrpc($data));
$data = $this->data2xmlrpc(array($data));
return $data[0];
}