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 bc26ecf6ae
commit 3cab4401cf
153 changed files with 249 additions and 293 deletions

View File

@@ -259,7 +259,7 @@
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
}
$_SESSION["message"] = $text['message-update'];
messages::add($text['message-update']);
header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php");
return;
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)