// don't need to clear smarty cache while installation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user