From 9e8cd7d3488d5a68a0d613d74c720f79ec423760 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 18 Jan 2016 16:55:26 -0700 Subject: [PATCH] Add a missing bracket. --- app/contacts/contact_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php index b84d824f94..9e9196dcef 100644 --- a/app/contacts/contact_edit.php +++ b/app/contacts/contact_edit.php @@ -244,6 +244,7 @@ else { $db->exec(check_sql($sql)); } unset($sql); + } //assign the contact to the group if ($group_uuid != '' && permission_exists('contact_group_add')) {