From c86d8a581aaa8f15b65205fa64f2d8d3f2c273c6 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 9 Jan 2012 16:12:20 +0000 Subject: [PATCH] [-] BO : small fix --- 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 .= '