Jelajahi Sumber

Correc the permission name

FusionPBX 2 tahun lalu
induk
melakukan
5eaf0ad11c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {