From d0658c465b26ab7255487c2c3afa11c62b90aed0 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 5 Aug 2016 06:53:06 +0200 Subject: [PATCH] Fix incorrect parameter name for NotificationSentAllUsersHandler fixes #12310 --- lib/icinga/clusterevents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/clusterevents.cpp b/lib/icinga/clusterevents.cpp index 95cb5db7d..5f3892706 100644 --- a/lib/icinga/clusterevents.cpp +++ b/lib/icinga/clusterevents.cpp @@ -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()); -- 2.40.0