You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass not only the volumeId, but also an additional path to the directory, then the first character in the path to the directory is cut off in line 3334.
Integration into CKEditor5 using https://github.com/Studio-42/elFinder/wiki/Integration-with-CKEditor-5.
The hash is generated using #1564 (comment)
If you pass not only the volumeId, but also an additional path to the directory, then the first character in the path to the directory is cut off in line 3334.
elFinder/php/elFinderVolumeDriver.class.php
Line 3334 in 66f4975
Initial data:
Expected value:
documents_module/yadisk-3.jpg
The resulting value:
ocuments_module/yadisk-3.jpg
As a result, the script returns an incorrect URL to the locally downloaded file.
In the code above,
data.added
contains an invalid URL to the file.The text was updated successfully, but these errors were encountered: