// Fix PrestaShopException typo

This commit is contained in:
rMalie
2012-01-04 13:53:19 +00:00
parent 1ad456ad41
commit 4b17d64cf7
36 changed files with 96 additions and 86 deletions
@@ -783,7 +783,7 @@ class ThemeInstallator extends Module
$id_theme = (int)Tools::getValue('id_theme');
$theme = new Theme($id_theme);
if (!$theme->id)
throw new PrestashopException('Unable to load theme');
throw new PrestaShopException('Unable to load theme');
$this->_html .= '<input type="hidden" name="id_theme" value="'.$id_theme.'" />';
if ($this->error === false AND class_exists('ZipArchive', false) AND ($zip = new ZipArchive()))