Merge pull request #15157 from nextcloud/backport/15153/stable16
[stable16] Load apps before running repair steps
This commit is contained in:
commit
2536b1b983
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class Repair extends Command {
|
||||||
if (!is_array($info)) {
|
if (!is_array($info)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
\OC_App::loadApp($app);
|
||||||
$steps = $info['repair-steps']['post-migration'];
|
$steps = $info['repair-steps']['post-migration'];
|
||||||
foreach ($steps as $step) {
|
foreach ($steps as $step) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue