From c719d1a2e3a4887b2a6b0630378bba0179251371 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 9 Jun 2011 15:42:23 +0000 Subject: [PATCH] MFT r89770 --- includes/installer/CliInstaller.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index 7aebc10753..ccabedb586 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -77,6 +77,11 @@ class CliInstaller extends Installer { $this->getVar( 'wgDBuser' ) ); $this->setVar( '_InstallPassword', $this->getVar( 'wgDBpassword' ) ); + } else { + $this->setVar( '_InstallUser', + $option['installdbuser'] ); + $this->setVar( '_InstallPassword', + $option['installdbpass'] ); } if ( isset( $option['pass'] ) ) { -- 2.20.1