mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
//redirect the users
|
||||
if (!$included) {
|
||||
//show a message to the user
|
||||
$_SESSION["message"] = $text['message-restore'];
|
||||
messages::add($text['message-restore']);
|
||||
header("Location: groups.php");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user