You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
Currently there's big bug in the clearAllExceptPageCache method.
Instead of clearing all caches expect cache_pages and cache_pagesection, it clears all caches, because the $toBeFlushed var is never used inside the foreach loop.
I would suggest to change line 163 to this:
foreach ($toBeFlushedas $cacheKey) {
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there's big bug in the
clearAllExceptPageCache
method.Instead of clearing all caches expect
cache_pages
andcache_pagesection
, it clears all caches, because the$toBeFlushed
var is never used inside the foreach loop.I would suggest to change line 163 to this:
The text was updated successfully, but these errors were encountered: