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-11-17 21:45:51 +0300
committerdaita <maxence@pontapreta.net>2016-11-17 21:45:51 +0300
commit3fab53a706ad387b33e8ecf068d30dcc453f0604 (patch)
tree91d1376f2895d0e7bb7ccd9000036b72f171058b /appinfo
parentef46e5fe538e12f7af196e7a35351f3679e361f5 (diff)
getCloudVersion()
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/register_command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/register_command.php b/appinfo/register_command.php
index 21ba034..2219c4f 100644
--- a/appinfo/register_command.php
+++ b/appinfo/register_command.php
@@ -27,7 +27,7 @@
$app = new \OCA\Nextant\AppInfo\Application();
$c = $app->getContainer();
-$application->add(new OCA\Nextant\Command\Check($c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('SettingsController')));
+$application->add(new OCA\Nextant\Command\Check($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('SettingsController')));
$application->add(new OCA\Nextant\Command\Clear($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrAdminService')));
$application->add(new OCA\Nextant\Command\Index(OC::$server->getUserManager(), $c->query('RootFolder'), $c->query('IndexService'), $c->query('QueueService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'), $c->query('ConfigService'), $c->query('FileService'), $c->query('BookmarkService'), $c->query('MiscService')));
$application->add(new OCA\Nextant\Command\Optimize($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrToolsService')));