From e752bdd92a9ccbd722d7ff0b1422154a9c62ade8 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sun, 20 Feb 2011 16:53:49 +0000 Subject: [PATCH] Revert errorneous line removal in r82439 --- includes/installer/MysqlInstaller.php | 1 + 1 file changed, 1 insertion(+) 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" ); -- 2.20.1