Fixed Trac #493: incorrect display of Users' Grant Matrix

SVN:1.2[1635]
This commit is contained in:
Denis Flaven
2011-10-17 09:27:23 +00:00
parent 1683ca2dd6
commit 09aba95d0a

View File

@@ -625,10 +625,6 @@ class UserRights
if (MetaModel::HasCategory($sClass, 'bizmodel'))
{
// #@# Temporary?????
// The read access is controlled in MetaModel::MakeSelectQuery()
if ($iActionCode == UR_ACTION_READ) return true;
if (is_null($oUser))
{
$oUser = self::$m_oUser;