is_writable() is now isUpdatable() with the new filesystem
This commit is contained in:
parent
dff5148f6d
commit
c8a4878b77
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue