Update email_logs.php

This commit is contained in:
FusionPBX
2019-04-20 09:27:38 -06:00
committed by GitHub
parent 4d2969eb43
commit 9be425e090

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;