// Move theme choice from AdminTheme page to Shop page

This commit is contained in:
rMalie
2011-08-02 13:47:34 +00:00
parent 7506710b75
commit 5c849dfa6d
7 changed files with 84 additions and 80 deletions
@@ -539,7 +539,7 @@ class ThemeInstallator extends Module
$msg .= '<br /><b>'.$this->l('Images have been correctly updated in database').'</b><br />';
$theme = new Theme();
$theme->name = pSQL($this->xml['name']);
$theme->name = (string)$this->xml['name'];
$theme->add();
$this->_msg .= parent::displayConfirmation($msg);
$this->_html .= '