mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
🔇 N°3731 Remove some more depreciation notice for methods still used in iTop core
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user