浏览代码

Update app_config.php

FusionPBX 6 年之前
父节点
当前提交
50279959eb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/groups/app_config.php

+ 2 - 1
core/groups/app_config.php

@@ -119,7 +119,8 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;
-		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_level";
+		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_level";
+		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "group_order";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;