mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
Fix that notifications are not registered
This commit is contained in:
parent
1daeaef1c5
commit
5d44a005a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue