From 05cd150fd228a51f0d32218804d6c1cb88837a28 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 17 Jun 2014 22:30:11 +0200 Subject: add additional tests for the trash bin --- apps/files_trashbin/lib/trashbin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_trashbin/lib') diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index f3d255d179d..d7c07274970 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -760,7 +760,7 @@ class Trashbin { * @param int $availableSpace available disc space * @return int size of deleted files */ - protected function deleteFiles($files, $user, $availableSpace) { + protected static function deleteFiles($files, $user, $availableSpace) { $size = 0; if ($availableSpace < 0) { -- cgit v1.2.3