diff --git a/datamodels/2.x/itop-structure/module.itop-structure.php b/datamodels/2.x/itop-structure/module.itop-structure.php index 0ffe6ba92..d54078ac7 100644 --- a/datamodels/2.x/itop-structure/module.itop-structure.php +++ b/datamodels/2.x/itop-structure/module.itop-structure.php @@ -7,8 +7,8 @@ SetupWebPage::AddModule( array( // Identification // - 'label' => 'Structure de base iTop', - 'category' => 'core', + 'label' => 'Core iTop Structure', + 'category' => 'business', // Setup // @@ -16,7 +16,7 @@ SetupWebPage::AddModule( ), 'mandatory' => true, 'visible' => true, - 'installer' => 'ConfigMgmtInstaller', + 'installer' => 'StructureInstaller', // Components // @@ -47,11 +47,11 @@ SetupWebPage::AddModule( ) ); -if (!class_exists('ConfigMgmtInstaller')) +if (!class_exists('StructureInstaller')) { // Module installation handler // - class ConfigMgmtInstaller extends ModuleInstallerAPI + class StructureInstaller extends ModuleInstallerAPI { public static function BeforeWritingConfig(Config $oConfiguration) {