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 +?>