mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Response message updates, removed language redundancy.
This commit is contained in:
@@ -133,7 +133,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$ivr->update();
|
||||
|
||||
//redirect the user
|
||||
$_SESSION['message'] = $text['message-add'];
|
||||
$_SESSION['message'] = $text['message-update'];
|
||||
header('Location: ivr_menu_edit.php?id='.$ivr_menu_uuid);
|
||||
return;
|
||||
} //if ($action == "update")
|
||||
|
||||
Reference in New Issue
Block a user