From 0662cd3b123b8eac733dbe7d62c023ff23ade8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Thu, 3 Oct 2013 16:29:31 +0200 Subject: [PATCH] // don't need to clear smarty cache while installation --- install-dev/models/install.php | 3 --- 1 file changed, 3 deletions(-) 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)