mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
Merge pull request #4958 from kasimi/ticket/15365
[ticket/15365] Fix invalidating OPcache
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user