N°8190 - Userrights management override is deprecated - add deprecated

This commit is contained in:
Anne-Cath
2025-08-29 15:12:36 +02:00
parent c82c150411
commit b56113aada

View File

@@ -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;