Skip to content

Commit

Permalink
Revert "[stable9] Remove shares of the root folder" (#25157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry authored and DeepDiver1975 committed Jun 17, 2016
1 parent b5d3e87 commit 7aa825f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 341 deletions.
2 changes: 0 additions & 2 deletions lib/private/repair.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
use OC\Repair\SearchLuceneTables;
use OC\Repair\UpdateOutdatedOcsIds;
use OC\Repair\RepairInvalidShares;
use OC\Repair\RemoveRootShares;

class Repair extends BasicEmitter {
/**
Expand Down Expand Up @@ -119,7 +118,6 @@ public static function getRepairSteps() {
new UpdateOutdatedOcsIds(\OC::$server->getConfig()),
new RepairInvalidShares(\OC::$server->getConfig(), \OC::$server->getDatabaseConnection()),
new AvatarPermissions(\OC::$server->getDatabaseConnection()),
new RemoveRootShares(\OC::$server->getDatabaseConnection(), \OC::$server->getUserManager(), \OC::$server->getRootFolder()),
];
}

Expand Down
145 changes: 0 additions & 145 deletions lib/private/repair/removerootshares.php

This file was deleted.

194 changes: 0 additions & 194 deletions tests/lib/repair/removerootsharestest.php

This file was deleted.

0 comments on commit 7aa825f

Please sign in to comment.