mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5211 - Core update not working with auto-selected modules
This commit is contained in:
@@ -944,9 +944,9 @@ class ModelFactory
|
||||
$aLoadedModuleNames = array();
|
||||
foreach (self::$aLoadedModules as $oModule)
|
||||
{
|
||||
$aLoadedModuleNames[] = $oModule->GetName();
|
||||
$aLoadedModuleNames[] = $oModule->GetName().':'.$oModule->GetVersion();
|
||||
}
|
||||
throw new Exception('Error loading module "'.$oModule->GetName().'": '.$e->getMessage().' - Loaded modules: '.implode(',',
|
||||
throw new Exception('Error loading module "'.$oModule->GetName().'": '.$e->getMessage().' - Loaded modules: '.implode(', ',
|
||||
$aLoadedModuleNames));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user