1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 17:40:43 +01:00

Merge pull request #4958 from kasimi/ticket/15365

[ticket/15365] Fix invalidating OPcache
This commit is contained in:
Oliver Schramm 2017-09-28 18:57:44 +02:00
commit e71cb17b64

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