mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: Namespace fix
This commit is contained in:
parent
56a982b19c
commit
58031b7d86
@ -130,7 +130,7 @@ class AddressBookController extends BaseController {
|
||||
$response->bailOut(App::$l10n->t('Error creating contact.'));
|
||||
}
|
||||
$contact = $addressBook->getChild($id);
|
||||
$response->setParams(Utils\JSONSerializer::serializeContact($contact));
|
||||
$response->setParams(JSONSerializer::serializeContact($contact));
|
||||
return $response;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user