From 72470b58638c4e1445941fb72f8ed9c66d9701d5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 21 Sep 2024 21:13:40 -0600 Subject: [PATCH] Fix permission_exists fax_file_edit --- app/fax/fax_files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index f98aa3e07f..bd25e83837 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -518,7 +518,7 @@ } echo "\n"; - if (permission_exists('fax_file_delete') || permission_exists['fax_file_edit']) { + if (permission_exists('fax_file_delete') || permission_exists('fax_file_edit')) { echo " \n"; echo " \n"; echo " \n";