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
parent
commit
6345748a70
No known key found for this signature in database GPG Key ID: B9F6980CF6E759B1
  1. 1
      apps/dav/lib/Files/RootCollection.php

1
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;

Loading…
Cancel
Save