summaryrefslogtreecommitdiffstats
path: root/core/register_command.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-09-29 13:40:04 +0200
committerRobin Appelman <robin@icewind.nl>2022-11-08 17:13:33 +0100
commit3d68a526e7ede5e2db13ffa69177a933a278b806 (patch)
treef356d0d67a378dd931e204ab6076deb92806110c /core/register_command.php
parent610e963567f6e748465ba663bd1b3c79432fa79c (diff)
downloadnextcloud-server-3d68a526e7ede5e2db13ffa69177a933a278b806.tar.gz
nextcloud-server-3d68a526e7ede5e2db13ffa69177a933a278b806.zip
move share owner repair to occ command
Signed-off-by: Robin Appelman <robin@icewind.nl>
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 943180da706..b6da0a6d44d 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -173,6 +173,7 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) {
\OC::$server->get(\OCP\EventDispatcher\IEventDispatcher::class),
\OC::$server->getAppManager()
));
+ $application->add(\OC::$server->query(OC\Core\Command\Maintenance\RepairShareOwnership::class));
$application->add(\OC::$server->query(\OC\Core\Command\Preview\Repair::class));
$application->add(\OC::$server->query(\OC\Core\Command\Preview\ResetRenderedTexts::class));