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

Deleting folder recursively not using the subfolder identifier #43

Closed
lsiemon opened this issue Oct 29, 2018 · 2 comments
Closed

Deleting folder recursively not using the subfolder identifier #43

lsiemon opened this issue Oct 29, 2018 · 2 comments

Comments

@lsiemon
Copy link

lsiemon commented Oct 29, 2018

if ($subFolder) { $this->deleteFolder($subFolder, $deleteRecursively); }

should be

if ($subFolder) { $this->deleteFolder($subFolder->getIdentifier(), $deleteRecursively); }

$this->deleteFolder($subFolder, $deleteRecursively);

@Lagerregal
Copy link
Collaborator

How can I reproduce this error?

@Lagerregal
Copy link
Collaborator

Issue was closed because there was no response after a while.

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