[ticket/13935] Removed cache invalidation from acp_board

PHPBB3-13935
This commit is contained in:
JoshyPHP 2015-07-15 22:08:20 +02:00
parent 9129cd0e9e
commit 88348e1ccc

View file

@ -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)
{