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

SVN:trunk[1320]
This commit is contained in:
Romain Quetiez
2011-07-01 15:09:29 +00:00
parent 645b02b2d1
commit aa46ab1a67

View File

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