mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix that notifications are not registered
This commit is contained in:
parent
1daeaef1c5
commit
5d44a005a0
@ -75,7 +75,7 @@ class Notification
|
||||
return;
|
||||
}
|
||||
|
||||
$messages = Session::getSession()->getByRef('messages');
|
||||
$messages = & Session::getSession()->getByRef('messages');
|
||||
$messages[] = (object) array(
|
||||
'type' => $type,
|
||||
'message' => $message,
|
||||
|
Loading…
x
Reference in New Issue
Block a user