From 74f334f7cce6a9b8d6d7a46ee5153f668270bcdf Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 9 May 2012 16:02:29 +0000 Subject: [PATCH] // 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 --- install-dev/models/install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install-dev/models/install.php b/install-dev/models/install.php index 777f43959..4a0b6f15a 100644 --- a/install-dev/models/install.php +++ b/install-dev/models/install.php @@ -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); }