mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Fix #15042
This commit is contained in:
parent
31f8d7499b
commit
e1ff3b6500
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue