Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTemtaime <temtaime@gmail.com>2019-04-18 15:28:00 +0300
committerGitHub <noreply@github.com>2019-04-18 15:28:00 +0300
commit887c208f23711d74dc0510a5807cab78c1bb1028 (patch)
tree80632016d4ae35ec3c5065b9b5d3d6b2350e27f5 /core/Command/Maintenance
parent16b8017fc906f7a3cf105304f6abdc0e2443a078 (diff)
Fix #15042
Diffstat (limited to 'core/Command/Maintenance')
-rw-r--r--core/Command/Maintenance/Repair.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php
index 460bc6880c1..a013ade99c5 100644
--- a/core/Command/Maintenance/Repair.php
+++ b/core/Command/Maintenance/Repair.php
@@ -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 {