Bläddra i källkod

Portal users: limit their access depending on their organization!!!!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1320 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 år sedan
förälder
incheckning
44a33365a6
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      core/userrights.class.inc.php

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

@@ -597,8 +597,6 @@ class UserRights
 		if (!self::CheckLogin()) return true;
 
 		if (self::IsAdministrator()) return true;
-		// Portal users actions are limited by the portal page...
-		if (self::IsPortalUser()) return true;
 
 		if (MetaModel::HasCategory($sClass, 'bizmodel'))
 		{