Enhance - More messages::add updates (#2662)

convert more messages over to messsagse::add
This commit is contained in:
Mafoo
2017-06-10 03:13:40 +01:00
committed by FusionPBX
parent 4f4baf136b
commit 9570ce1bf0
153 changed files with 249 additions and 293 deletions

View File

@@ -655,7 +655,7 @@
save_dialplan_xml();
//redirect the browser
$_SESSION["message"] = $text['message-update'];
messages::add($text['message-update']);
header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3");
return;
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)