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();