Skip to content

Commit

Permalink
Fix #15042
Browse files Browse the repository at this point in the history
  • Loading branch information
Temtaime authored and Backportbot committed Apr 18, 2019
1 parent dfb2577 commit a2339f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Command/Maintenance/Repair.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
if (!is_array($info)) {
continue;
}
\OC_App::loadApp($app);
$steps = $info['repair-steps']['post-migration'];
foreach ($steps as $step) {
try {
Expand Down

0 comments on commit a2339f7

Please sign in to comment.