Fix the fax log delete redirect

This commit is contained in:
Mark Crane
2014-09-09 18:41:03 +00:00
parent 8ff39d6ac9
commit bf43288cb8

View File

@@ -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);
?>