1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.2.x'

This commit is contained in:
Oliver Schramm
2017-09-28 18:57:57 +02:00

View File

@@ -576,7 +576,7 @@ class file extends \phpbb\cache\driver\base
if (function_exists('opcache_invalidate'))
{
@opcache_invalidate($this->cache_file);
@opcache_invalidate($file);
}
try