// temporary fix for themeinstallator module

This commit is contained in:
mMarinetti
2011-12-29 10:04:23 +00:00
parent 0fc69ac6d5
commit fd0ee85ef3
@@ -526,6 +526,8 @@ class ThemeInstallator extends Module
}
$theme = new Theme();
$theme->name = (string)$this->xml['name'];
// temporary fix
$theme->directory = $theme->name;
$theme->add();
if ((int)(Tools::getValue('imagesConfig')) != 3 AND self::updateImages((int)$theme->id))