From c9ee83cc46ea3ae568dd87c05ec914feb89b2c1d Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 16 Aug 2012 07:47:54 +0000 Subject: [PATCH] // Removed one call of a function called twice #PSCFV-3635 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16861 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcategories/blockcategories.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/blockcategories/blockcategories.php b/modules/blockcategories/blockcategories.php index 71d4c5739..bbc890461 100644 --- a/modules/blockcategories/blockcategories.php +++ b/modules/blockcategories/blockcategories.php @@ -320,7 +320,6 @@ class BlockCategories extends Module private function _clearBlockcategoriesCache() { $this->_clearCache('blockcategories.tpl'); - Tools::restoreCacheSettings(); } public function hookCategoryAddition($params)