From 6fb6b29a05019b8a7ebd3af0bda5fe57e26a6251 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 9 Jan 2012 16:12:20 +0000 Subject: [PATCH] [-] BO : small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12279 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/themeinstallator/themeinstallator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/themeinstallator/themeinstallator.php b/modules/themeinstallator/themeinstallator.php index 753a355cc..15c383ec5 100644 --- a/modules/themeinstallator/themeinstallator.php +++ b/modules/themeinstallator/themeinstallator.php @@ -559,12 +559,12 @@ class ThemeInstallator extends Module $errors .= ''; } - if (!empty($msg)) - $this->_msg .= parent::displayConfirmation($msg); - if (isset($error)) $this->_msg .= parent::displayError($errors); + if (!empty($msg)) + $this->_msg .= parent::displayConfirmation($msg); + $this->_html .= '