From: Max Semenik Date: Sun, 20 Feb 2011 16:53:49 +0000 (+0000) Subject: Revert errorneous line removal in r82439 X-Git-Tag: 1.31.0-rc.0~31855 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e752bdd92a9ccbd722d7ff0b1422154a9c62ade8;p=lhc%2Fweb%2Fwiklou.git Revert errorneous line removal in r82439 --- diff --git a/includes/installer/MysqlInstaller.php b/includes/installer/MysqlInstaller.php index cb02a2d24b..8e419decb6 100644 --- a/includes/installer/MysqlInstaller.php +++ b/includes/installer/MysqlInstaller.php @@ -430,6 +430,7 @@ class MysqlInstaller extends DatabaseInstaller { return $status; } + $db = $this->getVar( 'wgDBname' ); $this->db->selectDB( $db ); $this->setupSchemaVars(); $error = $this->db->sourceFile( "$IP/maintenance/users.sql" );