1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 16:10:38 +01:00

[ticket/15365] Fix invalidating OPcache

PHPBB3-15365
This commit is contained in:
kasimi 2017-09-16 11:10:04 +02:00
parent cd14b2cdf8
commit f1f35f7f3d
No known key found for this signature in database
GPG Key ID: 3163AB573241193A

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