From: Björn Schießle Date: Thu, 31 Jan 2013 13:55:14 +0000 (+0100) Subject: is_writable() is now isUpdatable() with the new filesystem X-Git-Tag: v5.0.0alpha1~166^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c8a4878b7771f92361cf1c07aa32faef31cfece2;p=nextcloud-server.git is_writable() is now isUpdatable() with the new filesystem --- diff --git a/apps/files_trashbin/lib/trash.php b/apps/files_trashbin/lib/trash.php index 6aa0bdffb98..a7eff3d44e0 100644 --- a/apps/files_trashbin/lib/trash.php +++ b/apps/files_trashbin/lib/trash.php @@ -102,7 +102,7 @@ class Trashbin { $location = $result[0]['location']; if ( $result[0]['location'] != '/' && (!$view->is_dir('files'.$result[0]['location']) || - !$view->is_writable('files'.$result[0]['location'])) ) { + !$view->isUpdatable('files'.$result[0]['location'])) ) { $location = ''; } } else {