diff --git a/library/Director/Objects/IcingaNotification.php b/library/Director/Objects/IcingaNotification.php index 35fe9778..f2bf8975 100644 --- a/library/Director/Objects/IcingaNotification.php +++ b/library/Director/Objects/IcingaNotification.php @@ -52,7 +52,7 @@ class IcingaNotification extends IcingaObject ); protected $intervalProperties = array( - 'notification_interval' => 'notification_interval', + 'notification_interval' => 'interval', 'times_begin' => 'times_begin', 'times_end' => 'times_end', );