aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-07-18 14:20:29 +0200
committerJoas Schilling <coding@schilljs.com>2017-07-25 12:47:37 +0200
commit5e04254d40b427f43ac0cf05f684812c4008aaf5 (patch)
tree008523e99ab742e7837e26e40bbabd057d5b288f /lib/private/Setup.php
parentf6c48b1548763e0eda66af7c2720d363e1671090 (diff)
downloadnextcloud-server-5e04254d40b427f43ac0cf05f684812c4008aaf5.tar.gz
nextcloud-server-5e04254d40b427f43ac0cf05f684812c4008aaf5.zip
Install from migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Setup.php')
-rw-r--r--lib/private/Setup.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php
index 5cd3c84ce92..f5bfca604a9 100644
--- a/lib/private/Setup.php
+++ b/lib/private/Setup.php
@@ -282,8 +282,7 @@ class Setup {
$class = self::$dbSetupClasses[$dbType];
/** @var \OC\Setup\AbstractDatabase $dbSetup */
- $dbSetup = new $class($l, 'db_structure.xml', $this->config,
- $this->logger, $this->random);
+ $dbSetup = new $class($l, $this->config, $this->logger, $this->random);
$error = array_merge($error, $dbSetup->validate($options));
// validate the data directory