Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e7c7ee32
Commit
e7c7ee32
authored
Mar 10, 2009
by
Dries Buytaert
Browse files
- Patch
#381306
by plach: closing file handler to avoid problems on certain systems.
parent
4ac090eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/file.inc
View file @
e7c7ee32
...
...
@@ -834,6 +834,7 @@ function file_unmanaged_delete_recursive($path) {
$entry_path
=
$path
.
'/'
.
$entry
;
file_unmanaged_delete_recursive
(
$entry_path
);
}
$dir
->
close
();
return
rmdir
(
$path
);
}
return
file_unmanaged_delete
(
$path
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment