Update email_log_delete.php

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

View File

@ -45,7 +45,7 @@
//get posted values, if any
$email_log_uuid = $_REQUEST["id"];
if ($email_uuid != '') {
if ($email_log_uuid != '') {
$sql = "delete from v_email_logs ";
$sql .= "where email_uuid = '".$email_log_uuid."' ";
if (permission_exists('email_log_all') && $_REQUEST['showall'] == 'true') {