unclecheese/silverstripe-dropzone

Incorrect use of explode() in setAcceptedMimeTypes

Closed this issue · 1 comments

https://github.com/unclecheese/silverstripe-dropzone/blob/master/code/FileAttachmentField.php#L513

2nd param to explode should be a string, should be using implode() here.

Cheerios
James

Cheers. Got that fixed.