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:
@@ -70,7 +70,7 @@
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
$_SESSION['message'] = $text['message-delete'];
|
||||
messages::add($text['message-delete']);
|
||||
header('Location: sip_profile_edit.php?id='.$sip_profile_uuid);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user