Fix the opening quote on ivr menu delete.

This commit is contained in:
Mark Crane
2013-09-18 01:19:18 +00:00
parent 69b8a6aa4f
commit 686dc160be

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