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