Fix #15042
This commit is contained in:
parent
16b8017fc9
commit
887c208f23
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue