Browse Source

Add a missing bracket.

markjcrane 9 years ago
parent
commit
79a9405728
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contact_edit.php

+ 1 - 0
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')) {