diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-20 21:00:07 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-20 21:00:49 +0200 |
commit | 10a0d5a46c277ed342f19946b451db1082fb41c5 (patch) | |
tree | 9e2abb2a3a1b530ffd32f96d9015f57d066b104d /apps/contacts/ajax/addcontact.php | |
parent | dc8c188ffed520b719a117564db78b0a23828a75 (diff) | |
download | nextcloud-server-10a0d5a46c277ed342f19946b451db1082fb41c5.tar.gz nextcloud-server-10a0d5a46c277ed342f19946b451db1082fb41c5.zip |
More changes for updating the contacts list.
Diffstat (limited to 'apps/contacts/ajax/addcontact.php')
-rw-r--r-- | apps/contacts/ajax/addcontact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/addcontact.php b/apps/contacts/ajax/addcontact.php index e45072c9542..12f7bb9db96 100644 --- a/apps/contacts/ajax/addcontact.php +++ b/apps/contacts/ajax/addcontact.php @@ -47,4 +47,4 @@ if(!$id) { exit(); } -OCP\JSON::success(array('data' => array( 'id' => $id ))); +OCP\JSON::success(array('data' => array( 'id' => $id, 'aid' => $aid ))); |