For fine-grained user rights detection...

SVN:trunk[1017]
This commit is contained in:
Denis Flaven
2010-12-07 15:13:41 +00:00
parent 5ff5e3f1a7
commit 2b9beb971b

View File

@@ -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))