-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The recursiveDelete method causes problems in certain environments with the RecursiveDirectoryIterator not iterating through all elements of a tree when deleting nodes while iterating. This is solved by first completing the iteration and only then deleting all elements. Apply refactoring of recursiveDelete also to lib/Updater.php Remove newline to make integration test happy Now really make the functions the same in index.php and Updater.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
- Loading branch information
1 parent
6deedac
commit 517d21a
Showing
2 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters