Browse Source

Correc the permission name

FusionPBX 2 năm trước cách đây
mục cha
commit
5eaf0ad11c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/domains/domain_json.php

+ 1 - 1
core/domains/domain_json.php

@@ -33,7 +33,7 @@
 	require_once "resources/check_auth.php";
 	
 //check permissions
-	if (permission_exists('domains_all')) {
+	if (permission_exists('domain_all')) {
 		//access granted
 	}
 	else {