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

@@ -93,7 +93,7 @@
remove_config_from_cache('configuration:callcenter.conf');
//redirect the browser
$_SESSION["message"] = $text['message-delete'];
messages::add($text['message-delete']);
header("Location: call_center_agents.php");
return;