Fix the fax log delete redirect
This commit is contained in:
@@ -34,6 +34,6 @@ if (strlen($id)>0) {
|
|||||||
|
|
||||||
//redirect the user
|
//redirect the user
|
||||||
$_SESSION['message'] = $text['message-delete'];
|
$_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