diff options
author | Robin Appelman <robin@icewind.nl> | 2020-01-31 15:06:26 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-18 13:41:04 +0100 |
commit | ce398cf7bdfa1c4edeeee9b5259a415ef23031ac (patch) | |
tree | 3e2904a038c40a79e208c39f7c72e9632a257675 /apps/dav/lib/Connector/Sabre/ServerFactory.php | |
parent | ca54813cbb8f4c6ab6395ef921f3de3d4a834bb3 (diff) | |
download | nextcloud-server-ce398cf7bdfa1c4edeeee9b5259a415ef23031ac.tar.gz nextcloud-server-ce398cf7bdfa1c4edeeee9b5259a415ef23031ac.zip |
merge the two almost identical custom property backends
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/dav/lib/Connector/Sabre/ServerFactory.php')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/ServerFactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/ServerFactory.php b/apps/dav/lib/Connector/Sabre/ServerFactory.php index 595e3b734b5..9efd9ba7b56 100644 --- a/apps/dav/lib/Connector/Sabre/ServerFactory.php +++ b/apps/dav/lib/Connector/Sabre/ServerFactory.php @@ -195,7 +195,7 @@ class ServerFactory { // custom properties plugin must be the last one $server->addPlugin( new \Sabre\DAV\PropertyStorage\Plugin( - new \OCA\DAV\Connector\Sabre\CustomPropertiesBackend( + new \OCA\DAV\DAV\CustomPropertiesBackend( $objectTree, $this->databaseConnection, $this->userSession->getUser() |