diff options
Diffstat (limited to 'apps/contacts/ajax/showaddcard.php')
-rw-r--r-- | apps/contacts/ajax/showaddcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/showaddcard.php b/apps/contacts/ajax/showaddcard.php index 92e24216c5e..54592c89c0d 100644 --- a/apps/contacts/ajax/showaddcard.php +++ b/apps/contacts/ajax/showaddcard.php @@ -30,7 +30,7 @@ OC_JSON::checkAppEnabled('contacts'); $adr_types = OC_Contacts_App::getTypesOfProperty('ADR'); $phone_types = OC_Contacts_App::getTypesOfProperty('TEL'); -$addressbooks = OC_Contacts_Addressbook::allAddressbooks(OC_USER::getUser()); +$addressbooks = OC_Contacts_Addressbook::all(OC_USER::getUser()); $tmpl = new OC_Template('contacts','part.addcardform'); $tmpl->assign('addressbooks',$addressbooks); $tmpl->assign('adr_types',$adr_types); |