From 659a7d7667e9bcf93a8dd8b69f364cb3ea94df9e Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 14 May 2012 08:46:47 +0000 Subject: [PATCH] [-] installer : fixed bug #PSCFV-2303 --- install-dev/models/install.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install-dev/models/install.php b/install-dev/models/install.php index 4a0b6f15a..1b60448dd 100644 --- a/install-dev/models/install.php +++ b/install-dev/models/install.php @@ -367,7 +367,10 @@ class InstallModelInstall extends InstallAbstractModel { // Clear smarty cache $this->clearSmartyCache(); - + + //clear image cache in tmp folder + Tools::deleteDirectory(_PS_TMP_IMG_DIR_, false); + $default_data = array( 'shop_name' => 'My Shop', 'shop_activity' => '',