Skip to content
Snippets Groups Projects
Unverified Commit fbe35c34 authored by Robin Appelman's avatar Robin Appelman
Browse files

actually return the user when creating version dav nodes


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent a4d81ba1
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ class VersionHome implements ICollection {
if (!$user) {
throw new NoUserException();
}
return $user;
}
public function delete() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment