X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FOracleInstaller.php;h=9e692ea4eb30afe07861c4ff69fddb7f9467fa48;hb=3fec525cc4628bef4b936094d7d0e5bd8fc22e4e;hp=77575100c7a75cb4b30a5d9ef66c169ac1e6bace;hpb=a36b3c44ed0a950efbd4e01557db6014701d71e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/OracleInstaller.php b/includes/installer/OracleInstaller.php index 77575100c7..9e692ea4eb 100644 --- a/includes/installer/OracleInstaller.php +++ b/includes/installer/OracleInstaller.php @@ -91,12 +91,12 @@ class OracleInstaller extends DatabaseInstaller { public function submitConnectForm() { // Get variables from the request - $newValues = $this->setVarsFromRequest( + $newValues = $this->setVarsFromRequest( array( 'wgDBserver', 'wgDBprefix', 'wgDBuser', 'wgDBpassword' - ); + ) ); $this->parent->setVar( 'wgDBname', $this->getVar( 'wgDBuser' ) ); // Validate them @@ -247,6 +247,7 @@ class OracleInstaller extends DatabaseInstaller { return $status; } } + $this->db = $status->value; $this->setupSchemaVars();