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:
Roeland Jago Douma 2018-04-16 14:44:49 +02:00
parent 09940bcde6
commit f7ca6149d6
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

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