Followup r69909. This.. is.. no.. longer... a global!
authorPlatonides <platonides@users.mediawiki.org>
Mon, 26 Jul 2010 20:55:44 +0000 (20:55 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 26 Jul 2010 20:55:44 +0000 (20:55 +0000)
includes/db/DatabasePostgres.php

index 1e33424..5ea87e9 100644 (file)
@@ -229,7 +229,7 @@ class DatabasePostgres extends DatabaseBase {
 
        function initial_setup($superuser, $password, $dbName) {
                // If this is the initial connection, setup the schema stuff and possibly create the user
-               global $wgDBname, $wgDBuser, $wgDBpassword, $superuser, $wgDBmwschema, $wgDBts2schema;
+               global $wgDBname, $wgDBuser, $wgDBpassword, $wgDBmwschema, $wgDBts2schema;
 
                print "<li>Checking the version of Postgres...";
                $version = $this->getServerVersion();