This commit is contained in:
Temtaime 2019-04-18 15:28:00 +03:00 committed by Backportbot
parent dfb2577171
commit a2339f71b8
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class Repair extends Command {
if (!is_array($info)) {
continue;
}
\OC_App::loadApp($app);
$steps = $info['repair-steps']['post-migration'];
foreach ($steps as $step) {
try {