Fix the opening quote on ivr menu delete.

This commit is contained in:
Mark Crane
2013-09-18 01:19:18 +00:00
parent 577ee8ca20
commit d1c75e4d4b

View File

@@ -59,6 +59,6 @@ if (strlen($id)>0) {
//redirect the user
$_SESSION['message'] = $text['message-delete'];
header('Location: ivr_menus.php");
header("Location: ivr_menus.php");
?>