mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Change messages class to message
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
$cache->delete("dialplan:".$_SESSION["context"]);
|
||||
|
||||
//set the add message
|
||||
messages::add($text['message-add']);
|
||||
message::add($text['message-add']);
|
||||
|
||||
//redirect the user
|
||||
header("Location: providers.php");
|
||||
|
||||
Reference in New Issue
Block a user