Fix that notifications are not registered

This commit is contained in:
Johannes Meyer 2014-10-15 13:02:56 +02:00
parent 1daeaef1c5
commit 5d44a005a0
1 changed files with 1 additions and 1 deletions
library/Icinga/Web

View File

@ -75,7 +75,7 @@ class Notification
return;
}
$messages = Session::getSession()->getByRef('messages');
$messages = & Session::getSession()->getByRef('messages');
$messages[] = (object) array(
'type' => $type,
'message' => $message,