瀏覽代碼

actually return the user when creating version dav nodes

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v15.0.0RC1
Robin Appelman 5 年之前
父節點
當前提交
fbe35c346d
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      apps/files_versions/lib/Sabre/VersionHome.php

+ 1
- 0
apps/files_versions/lib/Sabre/VersionHome.php 查看文件

@@ -57,6 +57,7 @@ class VersionHome implements ICollection {
if (!$user) {
throw new NoUserException();
}
return $user;
}

public function delete() {

Loading…
取消
儲存