jrbasso/MeioUpload

Problem deleting generated thumbnails

Opened this issue · 0 comments

The script fails to delete generated thumbnails. The following pattern is used to create thumbnails

$dir . DS . 'thumb' . DS . $size . DS . $filename

but when deleting them, the 'thumb' part is missing. Just add DS . 'thumb' on line 1145 and it will work like a charm. Great plug-in keep it up man :)