IcingaNotification: it's "interval"...
...db field is notification_interval as we avoid reserved wowrds in our schema fixes #11938
This commit is contained in:
parent
c4f687d20a
commit
2eeafbb5d1
|
@ -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',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue