Skip to content

Commit

Permalink
Merge pull request #12472 from nextcloud/dav-versions-user
Browse files Browse the repository at this point in the history
actually return the user when creating version dav nodes
  • Loading branch information
icewind1991 authored Nov 15, 2018
2 parents 749204a + fbe35c3 commit 846e2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files_versions/lib/Sabre/VersionHome.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ private function getUser() {
if (!$user) {
throw new NoUserException();
}
return $user;
}

public function delete() {
Expand Down

0 comments on commit 846e2f2

Please sign in to comment.