From b5a99c4e92daba401369dc2b43f62ea45a6c6c73 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 18 Nov 2011 15:10:23 +0000 Subject: [PATCH] // Fix smarty cache --- 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();