[-] BO : small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12279 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-09 16:12:20 +00:00
parent b8f6ff16a6
commit 6fb6b29a05
@@ -559,12 +559,12 @@ class ThemeInstallator extends Module
$errors .= '</ul>';
}
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 .= '
<input type="submit" class="button" name="submitThemes" value="'.$this->l('Previous').'" />
<input type="submit" class="button" name="Finish" value="'.$this->l('Finish').'" />