Verified Commit 331ccf95 authored by bmortier's avatar bmortier
Browse files

:ambulance: fix(mail) its mandatory to declare a var mail


Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
Showing with 1 addition and 0 deletions
+1 -0
...@@ -48,6 +48,7 @@ class userinfo ...@@ -48,6 +48,7 @@ class userinfo
var $language = ""; var $language = "";
var $groups = []; var $groups = [];
var $roles = []; var $roles = [];
var $mail = '';
/*! \brief LDAP attributes of this user at login */ /*! \brief LDAP attributes of this user at login */
protected $cachedAttrs = []; protected $cachedAttrs = [];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment