mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Spacing.
This commit is contained in:
parent
fa62f3528e
commit
a9f57aff48
@ -27,6 +27,7 @@ if(is_null($contactid)) {
|
||||
debug('id: ' . $contactid .', categoryid: ' . $categoryid);
|
||||
|
||||
$catmgr = OC_Contacts_App::getVCategories();
|
||||
|
||||
if(!$catmgr->addToCategory($contactid, $categoryid)) {
|
||||
bailOut(OC_Contacts_App::$l10n->t('Error adding contact to group.'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user