IcingaNotification: it's "interval"...

...db field is notification_interval as we avoid reserved wowrds in our schema

fixes #11938
This commit is contained in:
Thomas Gelf 2016-06-15 08:53:04 +02:00
parent c4f687d20a
commit 2eeafbb5d1
1 changed files with 1 additions and 1 deletions

View File

@ -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',
);