]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect parameter name for NotificationSentAllUsersHandler
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 5 Aug 2016 04:53:06 +0000 (06:53 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 5 Aug 2016 04:57:50 +0000 (06:57 +0200)
fixes #12310

lib/icinga/clusterevents.cpp

index 95cb5db7dae88b67934724cc07c9b68acf6bc7f6..5f38927061ec76b741eb8e4a3a8b40e94766ee59 100644 (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());