[-] BO : fix #PSFV-163

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12149 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-04 15:58:04 +00:00
parent 0abdd4269e
commit 9508211a9a
+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);
}
}