git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1017 a333f486-631f-4898-b8df-5754b55c2be0
@@ -471,6 +471,18 @@ class UserRights
}
+ public static function GetUserObject()
+ {
+ if (is_null(self::$m_oUser))
+ return null;
+ }
+ else
+ return self::$m_oUser;
+
public static function GetUserLanguage()
{
if (is_null(self::$m_oUser))