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:
@@ -80,9 +80,7 @@ else {
|
||||
}
|
||||
else {
|
||||
//send the message
|
||||
$_SESSION["message_delay"] = 3500;
|
||||
$_SESSION["message_mood"] = 'positive';
|
||||
$_SESSION["message"] = $text['button-applied'];
|
||||
messages::add($text['button-applied'], 'positive', 3500);
|
||||
|
||||
//send the redirect
|
||||
if (isset($_SERVER['HTTP_REFERER'])) {
|
||||
|
||||
Reference in New Issue
Block a user