// Fix installer on module installation step
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15130 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -594,7 +594,6 @@ class InstallModelInstall extends InstallAbstractModel
|
||||
continue;
|
||||
|
||||
$module = Module::getInstanceByName($module_name);
|
||||
$module->uninstall();
|
||||
if (!$module->install())
|
||||
$errors[] = $this->language->l('Cannot install module "%s"', $module_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user