Skip to content

Commit

Permalink
Revert "When migrating an app should still be loaded ...."
Browse files Browse the repository at this point in the history
This reverts commit 29cad76.
  • Loading branch information
DeepDiver1975 committed Jul 17, 2017
1 parent debb142 commit 430aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/DB/MigrationService.php
Expand Up @@ -86,7 +86,7 @@ function __construct($appName,
}

// load the app so that app code can be used during migrations
\OC_App::loadApp($this->appName, false);
\OC_App::loadApp($this->appName);
}

private static function requireOnce($file) {
Expand Down

0 comments on commit 430aa25

Please sign in to comment.