Fix the opening quote on ivr menu delete.
This commit is contained in:
parent
577ee8ca20
commit
d1c75e4d4b
|
|
@ -59,6 +59,6 @@ if (strlen($id)>0) {
|
||||||
|
|
||||||
//redirect the user
|
//redirect the user
|
||||||
$_SESSION['message'] = $text['message-delete'];
|
$_SESSION['message'] = $text['message-delete'];
|
||||||
header('Location: ivr_menus.php");
|
header("Location: ivr_menus.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue