diff options
Diffstat (limited to 'includes/installer/OracleInstaller.php')
-rw-r--r-- | includes/installer/OracleInstaller.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/installer/OracleInstaller.php b/includes/installer/OracleInstaller.php index 8146776bec8d..5c3ec18aec9f 100644 --- a/includes/installer/OracleInstaller.php +++ b/includes/installer/OracleInstaller.php @@ -120,7 +120,6 @@ class OracleInstaller extends DatabaseInstaller { $this->getVar( '_InstallUser' ), $this->getVar( '_InstallPassword' ), $this->getVar( 'wgDBname' ), - false, DBO_SYSDBA, $this->getVar( 'wgDBprefix' ) ); @@ -130,7 +129,6 @@ class OracleInstaller extends DatabaseInstaller { $this->getVar( 'wgDBuser' ), $this->getVar( 'wgDBpassword' ), $this->getVar( 'wgDBname' ), - false, 0, $this->getVar( 'wgDBprefix' ) ); |