JanBartels

Results 2 comments of JanBartels

In line /var/www/nextcloud/lib/private/Share20/Manager.php:1651 I've added an additional check on null on the object itself: ``` $path = array_shift($nodes); if ($path === null || $path->getOwner() === null) { return []; }...

@acsfer: I don't know how to make the PR correctly without loosing the link to this issue as the modified file is a part of another repo (https://github.com/nextcloud/server). Please advise.