actually return the user when creating version dav nodes

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2018-11-15 17:17:54 +01:00
parent a4d81ba164
commit fbe35c346d
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with 1 additions and 0 deletions

View File

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