Merge pull request #12472 from nextcloud/dav-versions-user

actually return the user when creating version dav nodes
This commit is contained in:
Robin Appelman 2018-11-15 19:23:10 +01:00 committed by GitHub
commit 846e2f2967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {