Fix the opening quote on ivr menu delete.
This commit is contained in:
parent
69b8a6aa4f
commit
686dc160be
|
|
@ -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");
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue