Add a missing bracket.
This commit is contained in:
parent
1474b51779
commit
9e8cd7d348
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue