mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Merge branch 'develop' into feature/faf_event_service
# Conflicts: # core/dbobject.class.php # datamodels/2.x/itop-config/config.php # lib/composer/autoload_classmap.php # lib/composer/autoload_static.php # lib/composer/installed.php
This commit is contained in:
@@ -971,9 +971,9 @@ class ModelFactory
|
||||
catch (Exception $e) {
|
||||
$aLoadedModuleNames = array();
|
||||
foreach (self::$aLoadedModules as $oLoadedModule) {
|
||||
$aLoadedModuleNames[] = $oLoadedModule->GetName();
|
||||
$aLoadedModuleNames[] = $oLoadedModule->GetName().':'.$oLoadedModule->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