Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | |
163 | 163 | $this->close(); |
164 | 164 | $this->mServer = $server; |
165 | | - $this->mPort = $port = $wgDBport; |
| 165 | + $port = $wgDBport; |
166 | 166 | $this->mUser = $user; |
167 | 167 | $this->mPassword = $password; |
168 | 168 | $this->mDBname = $dbName; |