//AdminModulesController::extractArchive() now return something

This commit is contained in:
Rémi Gaillard
2013-04-18 14:58:43 +02:00
parent f24022311e
commit a7be6b14e8
@@ -391,6 +391,8 @@ class AdminModulesControllerCore extends AdminController
$this->recursiveDeleteOnDisk($tmp_folder);
if ($success && $redirect)
Tools::redirectAdmin(self::$currentIndex.'&conf=8&anchor=anchor'.ucfirst($folder).'&token='.$this->token);
return $success;
}
protected function recursiveDeleteOnDisk($dir)