From 3d882ad13c690850930056b62a56b4e4fd958e50 Mon Sep 17 00:00:00 2001 From: vChabot Date: Tue, 6 Mar 2012 08:52:55 +0000 Subject: [PATCH] [-] FO : Bugfix : Assigning subcategories to the template git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13864 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/CategoryController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/front/CategoryController.php b/controllers/front/CategoryController.php index eb32da72c..32789c325 100644 --- a/controllers/front/CategoryController.php +++ b/controllers/front/CategoryController.php @@ -96,6 +96,7 @@ class CategoryControllerCore extends FrontController $this->productSort(); // Product sort must be called before assignProductList() $this->assignScenes(); + $this->assignSubcategories(); if ($this->category->id != 1) $this->assignProductList();