Gregwar/Image

Not working dropOldFiles if cache dir contains direction named 0

oxatkoCZ opened this issue · 0 comments

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

If your cache directory contains subdirectory named 0 condition on line 37 is evaluated as false and while condition end with zero iterations.