📝 Fix 2.9.0 version present in deprecated mentions

This commit is contained in:
Pierre Goiffon
2020-10-21 19:17:38 +02:00
parent 0119f6c395
commit 7fa7ebb59c
13 changed files with 28 additions and 27 deletions

View File

@@ -549,11 +549,12 @@ 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
* @param $iActionCode
* @deprecated 3.0.0 N°2591 will be removed in 3.1.0
*
* @param bool $bSkipStrongSecurity
* @param int $iActionCode
*
* @throws \SecurityException
* @deprecated in 3.0.0 will be removed in 2.9
*/
protected function CheckUserRights($bSkipStrongSecurity, $iActionCode)
{