mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the opening quote on ivr menu delete.
This commit is contained in:
@@ -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");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user