Browse Source

Change guid to uuid.

FusionPBX 4 years ago
parent
commit
5a43aaea87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/domain_settings/app_config.php

+ 1 - 1
core/domain_settings/app_config.php

@@ -2,7 +2,7 @@
 	
 	
 	//application details
 	//application details
 		$apps[$x]['name'] = "Domain Settings";
 		$apps[$x]['name'] = "Domain Settings";
-		$apps[$x]['guid'] = "b31e723a-bf70-670c-a49b-470d2a232f71";
+		$apps[$x]['uuid'] = "b31e723a-bf70-670c-a49b-470d2a232f71";
 		$apps[$x]['category'] = "Core";
 		$apps[$x]['category'] = "Core";
 		$apps[$x]['subcategory'] = "";
 		$apps[$x]['subcategory'] = "";
 		$apps[$x]['version'] = "1.0";
 		$apps[$x]['version'] = "1.0";