N°7997 - Sharing Base incompatible with iTop >= 3.1

This commit is contained in:
Eric Espie
2024-12-11 13:35:15 +01:00
parent aa55c2b30f
commit d03d4fce5f

View File

@@ -799,7 +799,7 @@ class UserRightsProfile extends UserRightsAddOnAPI
return $aRes;
}
public function IsActionAllowed($oUser, $sClass, $iActionCode, DBObjectSet $oInstanceSet = null)
public function IsActionAllowed($oUser, $sClass, $iActionCode, $oInstanceSet = null)
{
$this->LoadCache();
@@ -969,4 +969,3 @@ class UserRightsProfile extends UserRightsAddOnAPI
UserRights::SelectModule('UserRightsProfile');
?>