Browse Source
Fix "Call to a member function getUID() on null"
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2758/head
Thomas Müller
10 years ago
committed by
Lukas Reschke
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
1 additions and
0 deletions
-
apps/dav/lib/Files/RootCollection.php
|
|
|
@ -21,6 +21,7 @@ |
|
|
|
*/ |
|
|
|
namespace OCA\DAV\Files; |
|
|
|
|
|
|
|
use Sabre\DAV\INode; |
|
|
|
use Sabre\DAVACL\AbstractPrincipalCollection; |
|
|
|
use Sabre\HTTP\URLUtil; |
|
|
|
use Sabre\DAV\SimpleCollection; |
|
|
|
|