// Fix smarty cache

This commit is contained in:
rGaillard
2011-11-18 15:10:23 +00:00
parent 873964dea9
commit b5a99c4e92
+1 -1
View File
@@ -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();