mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Enhance - Convert more messages (#2646)
convert more messages to messages class skipped dashboard messages due to them relying on $_SESSION['message'] to know if there has already been a change
This commit is contained in:
@@ -31,7 +31,7 @@ if (strlen($id)>0) {
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
$_SESSION['message'] = $text['message-delete'];
|
||||
messages::add($text['message-delete']);
|
||||
header('Location: fax_logs.php?id='.$fax_uuid);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user