mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Update email_logs.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user