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

convert more messages over to messsagse::add
This commit is contained in:
Mafoo
2017-06-09 20:13:40 -06:00
committed by FusionPBX
parent bc26ecf6ae
commit 3cab4401cf
153 changed files with 249 additions and 293 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
$_SESSION["reload_xml"] = true;
//redirect the user
$_SESSION["message"] = $text['message-copy'];
messages::add($text['message-copy']);
header("Location: ".PROJECT_PATH."/app/sip_profiles/sip_profiles.php");
return;