Update email_logs.php

This commit is contained in:
FusionPBX 2019-04-20 09:27:38 -06:00 committed by GitHub
parent 37d0aafff8
commit 186a26d556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
$order = ($_GET["order"] != '') ? $_GET["order"] : 'desc';
//download email
if ($_REQUEST['a'] == 'download' && permission_exists('email_download')) {
if ($_REQUEST['a'] == 'download' && permission_exists('email_log_download')) {
$email_log_uuid = check_str($_REQUEST["id"]);
$msg_found = false;