Add a missing bracket.

This commit is contained in:
markjcrane 2016-01-18 16:55:26 -07:00
parent 316274a258
commit 3c626179f3
1 changed files with 1 additions and 0 deletions

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