Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Bug in clearAllExceptPageCache #124

Open
pserrer opened this issue Mar 16, 2017 · 0 comments
Open

Bug in clearAllExceptPageCache #124

pserrer opened this issue Mar 16, 2017 · 0 comments

Comments

@pserrer
Copy link

pserrer commented Mar 16, 2017

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) {
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant