mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°4789 - PR review changes with Romain
This commit is contained in:
@@ -304,8 +304,8 @@ class iTopExtensionsMap
|
||||
{
|
||||
// Found a module
|
||||
try {
|
||||
$aModuleInfo = ModuleDiscoveryService::GetInstance()->ReadModuleFileConfiguration($sSearchDir.'/'.$sFile);
|
||||
} catch(ModuleDiscoveryServiceException $e){
|
||||
$aModuleInfo = ModuleFileReader::GetInstance()->ReadModuleFileConfiguration($sSearchDir.'/'.$sFile);
|
||||
} catch(ModuleFileReaderException $e){
|
||||
continue;
|
||||
}
|
||||
// If we are not already inside a formal extension, then the module itself is considered
|
||||
|
||||
Reference in New Issue
Block a user