mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +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);
|
debug('id: ' . $contactid .', categoryid: ' . $categoryid);
|
||||||
|
|
||||||
$catmgr = OC_Contacts_App::getVCategories();
|
$catmgr = OC_Contacts_App::getVCategories();
|
||||||
|
|
||||||
if(!$catmgr->addToCategory($contactid, $categoryid)) {
|
if(!$catmgr->addToCategory($contactid, $categoryid)) {
|
||||||
bailOut(OC_Contacts_App::$l10n->t('Error adding contact to group.'));
|
bailOut(OC_Contacts_App::$l10n->t('Error adding contact to group.'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user