Temtaime
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
core/Command/Maintenance/Repair.php
|
|
@ -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 { |
|
|
|