Merge pull request #15153 from Temtaime/patch-1

Load apps before running repair steps
This commit is contained in:
Morris Jobke 2019-04-18 15:02:58 +02:00 committed by GitHub
commit 02306df774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {