mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
6de10bd75e
1 changed files with 1 additions and 1 deletions
2
phpBB/phpbb/cache/driver/file.php
vendored
2
phpBB/phpbb/cache/driver/file.php
vendored
|
@ -576,7 +576,7 @@ class file extends \phpbb\cache\driver\base
|
||||||
|
|
||||||
if (function_exists('opcache_invalidate'))
|
if (function_exists('opcache_invalidate'))
|
||||||
{
|
{
|
||||||
@opcache_invalidate($this->cache_file);
|
@opcache_invalidate($file);
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Add table
Reference in a new issue