diff --git a/library/Director/Objects/IcingaUser.php b/library/Director/Objects/IcingaUser.php index 1b19780c..ece3693f 100644 --- a/library/Director/Objects/IcingaUser.php +++ b/library/Director/Objects/IcingaUser.php @@ -17,4 +17,9 @@ class IcingaUser extends IcingaObject 'zone_id' => null, 'object_type' => null, ); + + protected function renderEnable_notifications() + { + return $this->renderBooleanProperty('enable_notifications'); + } }