From 9508211a9a80cf3e3ca7c68251ec1d584d032811 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 4 Jan 2012 15:58:04 +0000 Subject: [PATCH] [-] BO : fix #PSFV-163 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12149 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/StoresController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/StoresController.php b/controllers/front/StoresController.php index 9c10e6a4b..abb91343f 100644 --- a/controllers/front/StoresController.php +++ b/controllers/front/StoresController.php @@ -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); } }