From: Platonides Date: Mon, 26 Jul 2010 20:55:44 +0000 (+0000) Subject: Followup r69909. This.. is.. no.. longer... a global! X-Git-Tag: 1.31.0-rc.0~35904 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=df0793dc593e42861f657e337c1b0c8865b288ef;p=lhc%2Fweb%2Fwiklou.git Followup r69909. This.. is.. no.. longer... a global! --- diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 1e33424802..5ea87e9324 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -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 "
  • Checking the version of Postgres..."; $version = $this->getServerVersion();