summaryrefslogtreecommitdiffstats
path: root/core/register_command.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-11-25 13:20:16 +0100
committerRobin Appelman <icewind@owncloud.com>2013-11-25 13:20:16 +0100
commitd3bfb433d1d9419095e2e3d8d9bfad1977bb8d22 (patch)
tree12d506247eb70a1e43258bf7f70770df610d13e9 /core/register_command.php
parentde2b4440301badf48e638ede84f64692f2a2db41 (diff)
downloadnextcloud-server-d3bfb433d1d9419095e2e3d8d9bfad1977bb8d22.tar.gz
nextcloud-server-d3bfb433d1d9419095e2e3d8d9bfad1977bb8d22.zip
add occ commands for enabling and disabling apps
Diffstat (limited to 'core/register_command.php')
-rw-r--r--core/register_command.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php
index cfea1a6b888..9ca2a8660bd 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -10,3 +10,5 @@
$application->add(new OC\Core\Command\Status);
$application->add(new OC\Core\Command\Db\GenerateChangeScript());
$application->add(new OC\Core\Command\Upgrade());
+$application->add(new OC\Core\Command\App\Disable());
+$application->add(new OC\Core\Command\App\Enable());