-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.2.1
-
Fix Version/s: 3.2.2-RC1
-
Component/s: Caching (ACM)
-
Labels:None
Somehow the argument to opcache_invalidate() got messed up.
$this->cache_file is the correct argument in functions_messenger.php:process, maybe it got mixed up. It should be changed back to $file.