fixed bug in xmlrpc read reported by Espen

This commit is contained in:
Ralf Becker 2007-06-23 17:46:42 +00:00
parent f1d0271672
commit 6318ef6d0f

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];
}