helios-ag / FMElfinderBundle

:file_folder: ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
MIT License
275 stars 128 forks source link

fix plugin options not passed #478

Closed entobvba closed 2 years ago

entobvba commented 2 years ago

I've noticed that the plugin options aren't correctly passed. The function $volume->getOptionsPlugin(...) always returns an empty array.

This PR should fix it.

Affected versions: from 9.3 upwards for sure

helios-ag commented 2 years ago

Thanks!