Add a missing bracket.

This commit is contained in:
markjcrane
2016-01-18 16:55:26 -07:00
parent 1474b51779
commit 9e8cd7d348

View File

@@ -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')) {