Fix incorrect parameter name for NotificationSentAllUsersHandler

fixes #12310
This commit is contained in:
Gunnar Beutner 2016-08-05 06:53:06 +02:00
parent 43a177fb16
commit d0658c465b
1 changed files with 1 additions and 1 deletions

View File

@ -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());