From d03d4fce5fd66291af7679473b11d15e89e92061 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Wed, 11 Dec 2024 13:35:15 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07997=20-=20Sharing=20Base=20incompatible?= =?UTF-8?q?=20with=20iTop=20>=3D=203.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/userrights/userrightsprofile.class.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/userrights/userrightsprofile.class.inc.php b/addons/userrights/userrightsprofile.class.inc.php index 4763d54e2..73db5b02b 100644 --- a/addons/userrights/userrightsprofile.class.inc.php +++ b/addons/userrights/userrightsprofile.class.inc.php @@ -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'); -?>