From c6eb3cd2c7f7d36acc0ddccfd6ba8881225304c9 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 24 Mar 2016 16:34:32 +0100 Subject: [PATCH] Add missing User::$roles definition refs #10887 --- library/Icinga/User.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/library/Icinga/User.php b/library/Icinga/User.php index 6ec266685..da5c37390 100644 --- a/library/Icinga/User.php +++ b/library/Icinga/User.php @@ -92,6 +92,13 @@ class User */ protected $groups = array(); + /** + * Roles of this user + * + * @var Role[] + */ + protected $roles = array(); + /** * Preferences object *