Emptry trashbin
A delete on a users trashbin will empty it (the trashbin won't be deleted of course) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
09940bcde6
commit
f7ca6149d6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class TrashHome implements ICollection {
|
|||
}
|
||||
|
||||
public function delete() {
|
||||
throw new Forbidden('Permission denied to delete your trashbin');
|
||||
\OCA\Files_Trashbin\Trashbin::deleteAll();
|
||||
}
|
||||
|
||||
public function getName(): string {
|
||||
|
|
Loading…
Reference in a new issue