mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13935] Removed cache invalidation from acp_board
PHPBB3-13935
This commit is contained in:
parent
9129cd0e9e
commit
88348e1ccc
1 changed files with 0 additions and 6 deletions
|
@ -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
|
// Store news and exclude ids
|
||||||
if ($mode == 'feed' && $submit)
|
if ($mode == 'feed' && $submit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue