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-10-13 16:18:00 +0300
committerdaita <maxence@pontapreta.net>2016-10-13 16:18:00 +0300
commit146a25c2f69669433876634381d0181513f69b8e (patch)
treed2b9494409cd60d40cd441eae905bcc4bbbf0703 /appinfo
parent6007e67fd9fda3efb3b745c04c182ca111964a94 (diff)
removing Scan
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/register_command.php1
1 files changed, 0 insertions, 1 deletions
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')));