mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 13:23:11 -04:00
Correct namespace usage.
This commit is contained in:
parent
40d2bb70d7
commit
d07f4a5ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -1990,7 +1990,7 @@ $(document).ready(function(){
|
|||
return false;
|
||||
}
|
||||
$(this).dialog('close');
|
||||
OC.Contacts.Addressbooks.addAddressbook(displayname, description, function(addressbook){
|
||||
OC.Contacts.Contacts.addAddressbook(displayname, description, function(addressbook) {
|
||||
aid = addressbook.id;
|
||||
setTimeout(function() {
|
||||
importFiles(aid, uploadingFiles);
|
||||
|
|
|
|||
Loading…
Reference in a new issue