Merge branch 'stable9' into enable-federation-app-stable9
This commit is contained in:
commit
121ff350d4
|
@ -204,7 +204,7 @@ class Trashbin {
|
|||
|
||||
$ownerView = new View('/' . $owner);
|
||||
// file has been deleted in between
|
||||
if (!$ownerView->file_exists('/files/' . $ownerPath)) {
|
||||
if (is_null($ownerPath) || $ownerPath === '' || !$ownerView->file_exists('/files/' . $ownerPath)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue