aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/RootCollection.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-05-24 15:23:50 +0200
committerJoas Schilling <coding@schilljs.com>2016-07-18 10:26:36 +0200
commit8e13ff2c8621efc2640ff1fcd2c2b58391b09f6c (patch)
tree770f5a144c33b6267d404a7149a18b92b3ee09fa /apps/dav/lib/RootCollection.php
parent5157c5a9c4b08518dc86e5755b991183f4323c43 (diff)
downloadnextcloud-server-8e13ff2c8621efc2640ff1fcd2c2b58391b09f6c.tar.gz
nextcloud-server-8e13ff2c8621efc2640ff1fcd2c2b58391b09f6c.zip
Fix TODO and bring in abstraction (similar to comments)
Diffstat (limited to 'apps/dav/lib/RootCollection.php')
-rw-r--r--apps/dav/lib/RootCollection.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/dav/lib/RootCollection.php b/apps/dav/lib/RootCollection.php
index fd05ec2626f..356aad4e03a 100644
--- a/apps/dav/lib/RootCollection.php
+++ b/apps/dav/lib/RootCollection.php
@@ -71,8 +71,7 @@ class RootCollection extends SimpleCollection {
\OC::$server->getSystemTagManager(),
\OC::$server->getSystemTagObjectMapper(),
\OC::$server->getUserSession(),
- \OC::$server->getGroupManager(),
- \OC::$server->getRootFolder()
+ \OC::$server->getGroupManager()
);
$commentsCollection = new Comments\RootCollection(
\OC::$server->getCommentsManager(),