IcingaUser: fix syntax error

This commit is contained in:
Thomas Gelf 2016-02-26 13:10:42 +01:00
parent 067c82c074
commit c9c3f3e2e5
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ class IcingaUser extends IcingaObject
protected $supportsImports = true;
protected $booleans = array(
'enable_notifications'x => 'enable_notifications'
'enable_notifications' => 'enable_notifications'
);
}