Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: CaCO3 <caco@ruinelli.ch>
  • Loading branch information
CaCO3 committed Oct 28, 2023
1 parent 0cfe3df commit 3069dd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,9 @@ private function moveWithExclusions(string $dataLocation, array $excludedElement
continue;
}
}

$this->recursiveDelete($path);
}
}

/**
Expand Down
2 changes: 2 additions & 0 deletions lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,8 @@ private function moveWithExclusions(string $dataLocation, array $excludedElement
continue;
}
}

$this->recursiveDelete($path);
}
}

Expand Down

0 comments on commit 3069dd1

Please sign in to comment.