Browse Source

Update file_new.php

FusionPBX 6 years ago
parent
commit
618ad4a47b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      file_new.php

+ 1 - 1
file_new.php

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