From d218264667f6764aadb095281bdaa1e0e270fd68 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 6 Jul 2011 13:52:30 +0000 Subject: [PATCH] git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7531 b9a71923-0436-4b27-9f14-aed3839534dd --- 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 .= '