mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the fax log delete redirect
This commit is contained in:
@@ -34,6 +34,6 @@ if (strlen($id)>0) {
|
||||
|
||||
//redirect the user
|
||||
$_SESSION['message'] = $text['message-delete'];
|
||||
header('Location: fax_logs.php?id=$fax_uuid');
|
||||
header('Location: fax_logs.php?id='.$fax_uuid);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user