Add a default group check.

This commit is contained in:
markjcrane
2016-04-03 11:54:09 -06:00
parent 4292386b6c
commit f6920838c7
2 changed files with 7 additions and 99 deletions
+4
View File
@@ -177,6 +177,10 @@
}
}
//make sure the default user groups exist
$group = new groups;
$group->defaults();
//get default global group_uuids
$sql = "select group_uuid, group_name from v_groups ";
$sql .= "where domain_uuid is null ";