Merged-in the fix for Trac #493: incorrect display of the Users' Grant Matrix

SVN:trunk[1636]
This commit is contained in:
Denis Flaven
2011-10-17 11:27:03 +00:00
parent 32be1aafe0
commit f979dd40e0

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;