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

Bug in clearAllExceptPageCache #124

Description

@pserrer

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) {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions