From 88348e1ccc32e8ba731ee079383061792ab01a16 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Wed, 15 Jul 2015 22:08:20 +0200 Subject: [PATCH] [ticket/13935] Removed cache invalidation from acp_board PHPBB3-13935 --- phpBB/includes/acp/acp_board.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index cacda4db18..6e636d2f7d 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -550,12 +550,6 @@ class acp_board } } - // Invalidate the text_formatter cache when posting options are changed - if ($mode == 'post' && $submit) - { - $phpbb_container->get('text_formatter.cache')->invalidate(); - } - // Store news and exclude ids if ($mode == 'feed' && $submit) {