From 71a96c09ede8236fb78b8456d65225d53e400d75 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 27 Feb 2012 15:40:38 +0000 Subject: [PATCH] // Fix bug with a bad smarty var assignation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13632 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/CategoryController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/front/CategoryController.php b/controllers/front/CategoryController.php index d64f915ee..a7bea1253 100644 --- a/controllers/front/CategoryController.php +++ b/controllers/front/CategoryController.php @@ -185,7 +185,6 @@ class CategoryControllerCore extends FrontController else // Pagination must be call after "getProducts" $this->pagination($this->nbProducts); - self::$smarty->assign('categoryNameComplement', ''); $this->context->smarty->assign('nb_products', $this->nbProducts); } }