From 8e31d77afb6dd24c691399d0b4780e893afd46a1 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 21 Oct 2020 12:08:32 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02591=20fix=20deprecated=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/cmdbobject.class.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/cmdbobject.class.inc.php b/core/cmdbobject.class.inc.php index 2ad361ac4..9da534150 100644 --- a/core/cmdbobject.class.inc.php +++ b/core/cmdbobject.class.inc.php @@ -505,11 +505,13 @@ abstract class CMDBObject extends DBObject * The check should never fail, because the UI should prevent from such a usage * Anyhow, if the user has found a workaround... the security gets enforced here * - * @param $bSkipStrongSecurity + * @deprecated in 3.0.0 will be removed in 3.1.0 + * * @param $iActionCode * + * @param $bSkipStrongSecurity + * * @throws \SecurityException - * @deprecated in 3.0.0 will be removed in 2.9 */ protected function CheckUserRights($bSkipStrongSecurity, $iActionCode) {