mirror of https://github.com/Icinga/icinga2.git
Fix incorrect parameter name for NotificationSentAllUsersHandler
fixes #12310
This commit is contained in:
parent
43a177fb16
commit
d0658c465b
|
@ -969,7 +969,7 @@ void ClusterEvents::NotificationSentAllUsersHandler(const Notification::Ptr& not
|
|||
params->Set("text", commentText);
|
||||
|
||||
params->Set("last_notification", notification->GetLastNotification());
|
||||
params->Set("next_notifications", notification->GetNextNotification());
|
||||
params->Set("next_notification", notification->GetNextNotification());
|
||||
params->Set("notification_number", notification->GetNotificationNumber());
|
||||
params->Set("last_problem_notification", notification->GetLastProblemNotification());
|
||||
|
||||
|
|
Loading…
Reference in New Issue