Fix that notifications are not registered
This commit is contained in:
parent
1daeaef1c5
commit
5d44a005a0
library/Icinga/Web
|
@ -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 New Issue