// Fix smarty cache

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10274 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-11-18 15:10:23 +00:00
parent 716acbaffa
commit 4cdc2c23db
+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();