mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
Added organization folder update permissions DAV prop, improved PropFindPlugin performance
This commit is contained in:
parent
789a05c4c1
commit
e999d42d33
2 changed files with 60 additions and 9 deletions
|
@ -41,7 +41,7 @@ class ResourceController extends BaseController {
|
|||
}
|
||||
|
||||
if($this->shouldInclude(self::SUBRESOURCES_INCLUDE, $includes)) {
|
||||
$result["subresources"] = $this->getSubResources($resource->getId());
|
||||
$result["subResources"] = $this->getSubResources($resource->getId());
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue