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

remotes/origin/stable6
Robin Appelman 12 years ago
parent b8241aa79d
commit 46a57a9f05
  1. 2
      lib/files/view.php

@ -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) {

Loading…
Cancel
Save