sticky-notes
sticky-notes copied to clipboard
Get attachments working
$data['attachment']
is not an array ... it's an HttpFoundation\File\File
(UploadFile
) at this point already. Without this the attachment was not recognized at all.
Somebody experienced the same? (php 5.5.9)
OK, tests failed but https://github.com/sayakb/sticky-notes/pull/206/files#diff-d8ca049348936aa8d7a0bafa9f635eb7L172 is_array was always false for me. Discussion appreciated.