فهرست منبع

Correc the permission name

FusionPBX 2 سال پیش
والد
کامیت
5eaf0ad11c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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";
 	require_once "resources/check_auth.php";
 	
 	
 //check permissions
 //check permissions
-	if (permission_exists('domains_all')) {
+	if (permission_exists('domain_all')) {
 		//access granted
 		//access granted
 	}
 	}
 	else {
 	else {