Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -229,7 +229,7 @@ |
230 | 230 | |
231 | 231 | function initial_setup($superuser, $password, $dbName) { |
232 | 232 | // If this is the initial connection, setup the schema stuff and possibly create the user |
233 | | - global $wgDBname, $wgDBuser, $wgDBpassword, $superuser, $wgDBmwschema, $wgDBts2schema; |
| 233 | + global $wgDBname, $wgDBuser, $wgDBpassword, $wgDBmwschema, $wgDBts2schema; |
234 | 234 | |
235 | 235 | print "<li>Checking the version of Postgres..."; |
236 | 236 | $version = $this->getServerVersion(); |