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

This commit is contained in:
Pierre Goiffon
2021-04-13 18:07:43 +02:00
parent d545123ca7
commit 6790fdb9e8

View File

@@ -47,7 +47,8 @@ class SLAComputation implements iWorkingTimeComputer
*/
public static function SelectModule($sClassName)
{
DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
// cannot notify depreciation for now as this is still MASSIVELY used in iTop core !
//DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
if (!class_exists($sClassName)) {
throw new CoreException("Could not select this module, '$sClassName' in not a valid class name");
}