Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-12-28 19:13:58 +0300
committerdaita <maxence@pontapreta.net>2016-12-28 19:13:58 +0300
commit4d5aba2e7fca57921a5351fa2ebeff3a81d1b0d9 (patch)
tree583b8b5460005ea799a53114a169fb18608c2ebc /lib/AppInfo
parenteb855e7590b4679ea349800f9a80e505eee23833 (diff)
groupmanager in indexservice
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index af30e01..55e6b94 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -77,7 +77,7 @@ class Application extends App
});
$container->registerService('IndexService', function ($c) {
- return new IndexService($c->query('ConfigService'), $c->query('SourceService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('MiscService'));
+ return new IndexService($c->query('GroupManager'), $c->query('ConfigService'), $c->query('SourceService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('MiscService'));
});
$container->registerService('BackgroundService', function ($c) {