🔇 N°3731 Remove some depreciation notice for methods still used in iTop core

This commit is contained in:
Pierre Goiffon
2021-04-13 17:40:10 +02:00
parent 59678ef8c6
commit d545123ca7
3 changed files with 10 additions and 5 deletions

View File

@@ -117,7 +117,8 @@ abstract class Expression {
*/
public function Render(&$aArgs = null, $bRetrofitParams = false)
{
DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use RenderExpression');
// cannot notify depreciation for now as this is still MASSIVELY used in iTop core !
//DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use RenderExpression');
return $this->RenderExpression(false, $aArgs, $bRetrofitParams);
}