mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
actually return the user when creating version dav nodes
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
a4d81ba164
commit
fbe35c346d
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