From 858bb539c8285fd7275543eef60b3e7dbf79e91a Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 6 Jul 2011 13:52:30 +0000 Subject: [PATCH] --- modules/themeinstallator/themeinstallator.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/themeinstallator/themeinstallator.php b/modules/themeinstallator/themeinstallator.php index 5590cd199..f3abeca79 100644 --- a/modules/themeinstallator/themeinstallator.php +++ b/modules/themeinstallator/themeinstallator.php @@ -524,6 +524,9 @@ class ThemeInstallator extends Module if ((int)(Tools::getValue('imagesConfig')) != 3 AND self::updateImages()) $msg .= '
'.$this->l('Images have been correctly updated in database').'
'; + $theme = new Theme(); + $theme->name = pSQL($this->xml['name']); + $theme->add(); $this->_msg .= parent::displayConfirmation($msg); $this->_html .= '