aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/OracleInstaller.php
diff options
context:
space:
mode:
authorJure Kajzer <freakolowsky@users.mediawiki.org>2010-10-25 16:49:59 +0000
committerJure Kajzer <freakolowsky@users.mediawiki.org>2010-10-25 16:49:59 +0000
commit1eede8e88b26ebfae9b81cd9894f61bc04bcf5a8 (patch)
tree433c4fbd28d106dc85c1452caa788cd90f6b1b92 /includes/installer/OracleInstaller.php
parent5eeae073df5989848db035a6fae78b9e7bda8349 (diff)
downloadmediawikicore-1eede8e88b26ebfae9b81cd9894f61bc04bcf5a8.tar.gz
mediawikicore-1eede8e88b26ebfae9b81cd9894f61bc04bcf5a8.zip
* DatabaseOracle - throw connection exception instead of debug+false
* DatabaseOracle - fixed $wgContLang local usage in update * Installer - added Main Page insertion as a new installation step (fixes bug 22308)
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75366
Diffstat (limited to 'includes/installer/OracleInstaller.php')
-rw-r--r--includes/installer/OracleInstaller.php2
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' )
);