diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-01-30 18:16:55 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-01-30 18:16:55 +0100 |
commit | b57299f72789fa3b8dd81778376c0f45d0af21a9 (patch) | |
tree | 766e5d2b62233b5f062c150bfe6c3050830abcf9 /core/register_command.php | |
parent | 21426b7ff6c8b84ea3898aa4a95a7fd3c4376ddb (diff) | |
parent | 271088a7a23ffcdb2082b6dfc5b6f50833612a0f (diff) | |
download | nextcloud-server-b57299f72789fa3b8dd81778376c0f45d0af21a9.tar.gz nextcloud-server-b57299f72789fa3b8dd81778376c0f45d0af21a9.zip |
Merge branch 'master' into db-convert-tool
Conflicts:
3rdparty
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php index 350a817c02a..736953094b1 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -16,3 +16,4 @@ $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())); +$application->add(new OC\Core\Command\User\Report()); |