Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move not working as expected + Solution to fix #6

Closed
TrickMyIdea opened this issue Feb 1, 2019 · 1 comment
Closed

Move not working as expected + Solution to fix #6

TrickMyIdea opened this issue Feb 1, 2019 · 1 comment

Comments

@TrickMyIdea
Copy link

Hello,
First great tool to manage files on the server where default file manager sucks.

Issue:
When we move files and select folder from left, it changes to directory starting with ""
Reverting back is tough nut to crack when you have lot of files. Anyways, I found the solution too.

Solution:
Change line no 1249 from
parent.frame3.set_dir_dest(arg+'');
to
parent.frame3.set_dir_dest(arg+'". addslashes(DIRECTORY_SEPARATOR) . "');

All works well now.

Thanks!

@dulldusk
Copy link
Owner

dulldusk commented Feb 2, 2019

Thanks for the report. Since i had to do a major change for DIRECTORY_SEPARATOR support on the script, i was sure i would miss something.

@dulldusk dulldusk closed this as completed Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants