From 2eeafbb5d14e27930435cc1f1a869005661a6763 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 15 Jun 2016 08:53:04 +0200 Subject: [PATCH] IcingaNotification: it's "interval"... ...db field is notification_interval as we avoid reserved wowrds in our schema fixes #11938 --- library/Director/Objects/IcingaNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', );