[-] BO : fix #PSFV-163

This commit is contained in:
lLefevre
2012-01-04 15:58:04 +00:00
parent e73cd3cecd
commit d7ea469da4
+1 -1
View File
@@ -40,7 +40,7 @@ class StoresControllerCore extends FrontController
if (!extension_loaded('Dom'))
{
$this->errors[] = Tools::displayError('Dom extension is not loaded.');
$smarty->assign('errors', $this->errors);
$this->context->smarty->assign('errors', $this->errors);
}
}