From 146a25c2f69669433876634381d0181513f69b8e Mon Sep 17 00:00:00 2001 From: daita Date: Thu, 13 Oct 2016 12:18:00 -0100 Subject: removing Scan --- appinfo/register_command.php | 1 - 1 file changed, 1 deletion(-) (limited to 'appinfo') diff --git a/appinfo/register_command.php b/appinfo/register_command.php index 0cdc787..b869787 100644 --- a/appinfo/register_command.php +++ b/appinfo/register_command.php @@ -29,7 +29,6 @@ $c = $app->getContainer(); $application->add(new OCA\Nextant\Command\Check($c->query('SolrService'), $c->query('SolrToolsService'), $c->query('SolrAdminService'))); $application->add(new OCA\Nextant\Command\Clear($c->query('ConfigService'), $c->query('SolrService'), $c->query('SolrAdminService'))); -$application->add(new OCA\Nextant\Command\Scan(OC::$server->getUserManager(), $c->query('UserFolder'), $c->query('SolrService'), $c->query('FileService'))); $application->add(new OCA\Nextant\Command\Index(OC::$server->getUserManager(), $c->query('RootFolder'), $c->query('IndexService'), $c->query('SolrService'), $c->query('SolrToolsService'), $c->query('ConfigService'), $c->query('FileService'), $c->query('MiscService'))); $application->add(new OCA\Nextant\Command\Optimize($c->query('SolrService'), $c->query('SolrToolsService'))); -- cgit v1.2.3