[-] Installer : fixed clear smarty cache

This commit is contained in:
Damien Metzger
2013-08-13 13:37:04 +02:00
parent a2d005701e
commit 86fba93f63
+1 -1
View File
@@ -503,7 +503,7 @@ class InstallModelInstall extends InstallAbstractModel
if (file_exists($dir))
foreach (scandir($dir) as $file)
if ($file[0] != '.' && $file != 'index.php')
@unlink($dir.$file);
Tools::deleteDirectory($dir.DIRECTORY_SEPARATOR.$file);
}
public function getModulesList()