[-] 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
This commit is contained in:
vChabot
2012-03-06 08:52:55 +00:00
parent 685f75b43d
commit 3d882ad13c
+1
View File
@@ -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();