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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-11-26 17:12:48 +0400
committerRobin Appelman <icewind@owncloud.com>2013-11-26 17:12:48 +0400
commit10d84f6e9b5a5b001458d12c6b0a489bec1ba00d (patch)
tree10273d9ff8b189bad866d586bb899ebbbf0407de /core/register_command.php
parenteca9f69282a936200bd70b872ae48a4c2ddf0bc5 (diff)
Add a (currently) empty system for running common repair steps
Diffstat (limited to 'core/register_command.php')
-rw-r--r--core/register_command.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php
index 1e520e38825..e4f3b124365 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -14,3 +14,4 @@ $application->add(new OC\Core\Command\Maintenance\SingleUser());
$application->add(new OC\Core\Command\App\Disable());
$application->add(new OC\Core\Command\App\Enable());
$application->add(new OC\Core\Command\App\ListApps());
+$application->add(new OC\Core\Command\Maintenance\Repair(new \OC\Repair()));