Protect against duplicate class definition in case of unattended installation

SVN:trunk[2221]
This commit is contained in:
Denis Flaven
2012-09-29 16:42:29 +00:00
parent ef59badf5b
commit 1b55986e39

View File

@@ -45,6 +45,8 @@ SetupWebPage::AddModule(
)
);
if (!class_exists('ChangeManagementInstaller'))
{
// Module installation handler
//
class ChangeManagementInstaller extends ModuleInstallerAPI
@@ -92,5 +94,6 @@ class ChangeManagementInstaller extends ModuleInstallerAPI
}
}
}
}
?>