Rm selectDB from Postgres, doesn't do anything
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 4 Feb 2011 20:52:55 +0000 (20:52 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 4 Feb 2011 20:52:55 +0000 (20:52 +0000)
includes/installer/PostgresInstaller.php

index 9efd0f4..5662d07 100644 (file)
@@ -278,7 +278,6 @@ class PostgresInstaller extends DatabaseInstaller {
 
                $db = $this->getVar( 'wgDBname' );
                $schema = $this->getVar( 'wgDBmwschema' );
-               $this->db->selectDB( $db );
                $safeuser = $this->db->addIdentifierQuotes( $this->getVar( 'wgDBuser' ) );
                $safeusercheck = $this->db->addQuotes( $this->getVar( 'wgDBuser' ) );
                $safepass = $this->db->addQuotes( $this->getVar( 'wgDBpassword' ) );