Skip to content
Snippets Groups Projects
Commit 46a57a9f authored by Robin Appelman's avatar Robin Appelman
Browse files

change View->deleteAll to an alias of View->rmdir since rmdir works recursive

parent b8241aa7
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ class View {
}
public function deleteAll($directory, $empty = false) {
return $this->basicOperation('deleteAll', $directory, array('delete'), $empty);
return $this->rmdir($directory);
}
public function rename($path1, $path2) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment