Преглед на файлове

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1636 a333f486-631f-4898-b8df-5754b55c2be0
dflaven преди 13 години
родител
ревизия
67a5c2f7bb
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      core/userrights.class.inc.php

+ 0 - 4
core/userrights.class.inc.php

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