From 3fab53a706ad387b33e8ecf068d30dcc453f0604 Mon Sep 17 00:00:00 2001 From: daita Date: Thu, 17 Nov 2016 17:45:51 -0100 Subject: getCloudVersion() --- appinfo/register_command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo') 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'))); -- cgit v1.2.3