Browse Source

actually return the user when creating version dav nodes

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v15.0.0RC1
Robin Appelman 5 years ago
parent
commit
fbe35c346d
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      apps/files_versions/lib/Sabre/VersionHome.php

+ 1
- 0
apps/files_versions/lib/Sabre/VersionHome.php View File

@@ -57,6 +57,7 @@ class VersionHome implements ICollection {
if (!$user) {
throw new NoUserException();
}
return $user;
}

public function delete() {

Loading…
Cancel
Save