helios-ag / FMElfinderBundle

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

Fixes #491 - mainUrl was not an absolute path #493

Closed UlrichHP closed 1 year ago

UlrichHP commented 1 year ago

Following issue #491, in ElFinderController, when defining $mainUrl at line 229, this is a relative path and not absolute. To make it absolute, a / have been added according to the Symfony documentation.