Fix the fax log delete redirect
This commit is contained in:
parent
8ff39d6ac9
commit
bf43288cb8
|
|
@ -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);
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue