mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix "Call to a member function getUID() on null"
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
b19aad88fb
commit
6345748a70
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
namespace OCA\DAV\Files;
|
||||
|
||||
use Sabre\DAV\INode;
|
||||
use Sabre\DAVACL\AbstractPrincipalCollection;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
use Sabre\DAV\SimpleCollection;
|
||||
|
|
|
|||
Loading…
Reference in a new issue