From a7be6b14e8b5f6eaddf899651e8849819a5fd572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Thu, 18 Apr 2013 14:58:43 +0200 Subject: [PATCH] //AdminModulesController::extractArchive() now return something --- controllers/admin/AdminModulesController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 9d516d1d9..c457c4496 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -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)