From 95d3684cd1870eb4f572038be8a92fbf48ea8df4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 16 Sep 2020 15:48:43 -0600 Subject: [PATCH] Make the export page use the new xml_cdr_export permission. --- app/xml_cdr/xml_cdr_export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/xml_cdr_export.php b/app/xml_cdr/xml_cdr_export.php index 58f59c3931..df0c0f78f6 100644 --- a/app/xml_cdr/xml_cdr_export.php +++ b/app/xml_cdr/xml_cdr_export.php @@ -30,7 +30,7 @@ require_once "resources/check_auth.php"; //check permissions - if (permission_exists('xml_cdr_view')) { + if (permission_exists('xml_cdr_export')) { //access granted } else { @@ -316,4 +316,4 @@ } -?> \ No newline at end of file +?>