// Multishop interface reworked

This commit is contained in:
rMalie
2012-05-09 15:05:39 +00:00
parent 7920dea947
commit d7337c4d4f
61 changed files with 6043 additions and 391 deletions
+1
View File
@@ -593,6 +593,7 @@ 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);
}