iwyg / filemanager

Filemanager for Symphony CMS
13 stars 11 forks source link

Uploading in sub directory gives Cannot acces #18

Closed moretaste closed 11 years ago

moretaste commented 11 years ago

When uploading in a subdirectory gives an cannot acces error.

Which is true because at the end of the path is added an extra /images

For example (pages is a subdir): /workspace/images//images/pages/ instead of /workspace/images/pages/

iwyg commented 11 years ago

fixed f9dabe952

moretaste commented 11 years ago

Upload in a sub directory works now.

Creating a sub directory in the root folder is still created in workspace instead of the root directory. I guess it has something to do with line 154-166 in class.directorytools.php