mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16891] Add new method for deferring cache purge to end of request
PHPBB3-16891
This commit is contained in:
@@ -197,7 +197,7 @@ class manager
|
||||
|
||||
if ($this->cache)
|
||||
{
|
||||
$this->cache->purge();
|
||||
$this->cache->deferred_purge();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user