Merge pull request #15158 from nextcloud/backport/15153/stable15

[stable15] Load apps before running repair steps
This commit is contained in:
Morris Jobke 2019-04-18 18:38:39 +02:00 committed by GitHub
commit f8a3d1e878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,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 {