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

@@ -412,7 +412,7 @@
save_dialplan_xml();
//redirect message
$_SESSION["message"] = $text['confirm-update-complete'];
messages::add($text['confirm-update-complete']);
header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4");
return;
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)