Closed fragmentbyte closed 8 years ago
In Main.php
on line 212:
'path' => $hasContent ? urlencode($currentPath) : null,
change on
'path' => $hasContent ? urldecode($currentPath) : null,
Your fix #3 would break special characters in directory names. I fixed all encoding problems with directory names (hopefully). See: 127b3bb03a0864dfb0132d18fe6c1764c0810c31
Thank you. I do not php programmer and do not know all the details.