mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #12472 from nextcloud/dav-versions-user
actually return the user when creating version dav nodes
This commit is contained in:
commit
846e2f2967
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class VersionHome implements ICollection {
|
|||
if (!$user) {
|
||||
throw new NoUserException();
|
||||
}
|
||||
return $user;
|
||||
}
|
||||
|
||||
public function delete() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue