// don't need to clear smarty cache while installation

This commit is contained in:
Rémi Gaillard
2013-10-03 16:29:31 +02:00
parent 6c4a69ea0b
commit 0662cd3b12

View File

@@ -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)