From b56113aada0f847be154eb8bde310df9103be8e7 Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Fri, 29 Aug 2025 15:12:36 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08190=20-=20Userrights=20management=20ove?= =?UTF-8?q?rride=20is=20deprecated=20-=20add=20deprecated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 8852f6e63..4a52b098d 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -2259,6 +2259,9 @@ class Config $this->m_aModuleSettings[$sModule][$sProperty] = $value; } + /** + * @deprecated 3.3.0 N°8190 + */ public function GetAddons() { if (array_key_exists("user rights", $this->m_aAddons)) { @@ -2268,6 +2271,9 @@ class Config } } + /** + * @deprecated 3.3.0 N°8190 + */ public function SetAddons($aAddons) { $this->m_aAddons = $aAddons;