浏览代码

Update app_defaults.php

FusionPBX 3 年之前
父节点
当前提交
3e305cee93
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      core/dashboard/app_defaults.php

+ 4 - 0
core/dashboard/app_defaults.php

@@ -7,6 +7,10 @@ if ($domains_processed == 1) {
 			unset($array);
 			unset($array);
 		}
 		}
 
 
+	//make the default groups exist
+		$group = new groups;
+		$group->defaults();
+
 	//get the groups
 	//get the groups
 		$sql = "select * from v_groups ";
 		$sql = "select * from v_groups ";
 		$sql .= "where domain_uuid is null ";
 		$sql .= "where domain_uuid is null ";