check if I can create a file at the location

remotes/origin/fix-10825
Bjoern Schiessle 12 years ago
parent a9c9b5edf4
commit 5b5e9d148e
  1. 2
      apps/files_trashbin/lib/trashbin.php

@ -376,7 +376,7 @@ class Trashbin {
// if location no longer exists, restore file in the root directory
if ($location !== '/' &&
(!$view->is_dir('files' . $location) ||
!$view->isUpdatable('files' . $location))
!$view->isCreatable('files' . $location))
) {
$location = '';
}

Loading…
Cancel
Save