diff --git a/install-dev/models/install.php b/install-dev/models/install.php index 94f64d287..693946061 100644 --- a/install-dev/models/install.php +++ b/install-dev/models/install.php @@ -367,9 +367,6 @@ class InstallModelInstall extends InstallAbstractModel */ public function configureShop(array $data = array()) { - // Clear smarty cache - Tools::clearSmartyCache(); - //clear image cache in tmp folder if (file_exists(_PS_TMP_IMG_DIR_)) foreach (scandir(_PS_TMP_IMG_DIR_) as $file)