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

Delete callback not passing filename #196

Open
EHBradford opened this issue Dec 31, 2019 · 0 comments
Open

Delete callback not passing filename #196

EHBradford opened this issue Dec 31, 2019 · 0 comments

Comments

@EHBradford
Copy link

Been having a problem with the delete callback in that it appears the filename being deleted is not being passed. I have achieved the desired results by changing line 840 from:

if(s.deleteCallback) s.deleteCallback.call(this, data, pd);

To

if(s.deleteCallback) s.deleteCallback.call(this, fileArray[0], pd);

I've not researched this thoroughly so this change might work for you, it might not. It seems to work for me. So far.

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

1 participant