From 4cdc2c23db2ec4938666b1cef937f9a5fae099a4 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 18 Nov 2011 15:10:23 +0000 Subject: [PATCH] // Fix smarty cache git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10274 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcategories/blockcategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockcategories/blockcategories.php b/modules/blockcategories/blockcategories.php index b20e935ec..2baf16bee 100644 --- a/modules/blockcategories/blockcategories.php +++ b/modules/blockcategories/blockcategories.php @@ -183,7 +183,7 @@ class BlockCategories extends Module ORDER BY `level_depth` ASC, '.(Configuration::get('BLOCK_CATEG_SORT') ? 'cl.`name`' : 'c.`position`').' '.(Configuration::get('BLOCK_CATEG_SORT_WAY') ? 'DESC' : 'ASC')) ) - return; + return Tools::restoreCacheSettings(); $resultParents = array(); $resultIds = array();