Skip to content

Error removing cache files #166

@CarlosCosmo

Description

@CarlosCosmo

I've encountered a problem with GarbageCollect.php. When is trying to find around all folders inside given one, it only search in a few.

You should change the line 37 from this:

while ($file = readdir($dir)) {

to

while (false !== ($file = readdir($dir))) {

Regards!
Have a nice day.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions