From: Chad Horohoe Date: Wed, 23 Feb 2011 13:53:47 +0000 (+0000) Subject: Rm unused member variable X-Git-Tag: 1.31.0-rc.0~31814 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=04fc9587d6be8ef7019f834f6e0a81b13fbb5d71;p=lhc%2Fweb%2Fwiklou.git Rm unused member variable --- diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 487fabe44d..c9c95b002e 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -161,7 +161,7 @@ class DatabasePostgres extends DatabaseBase { $this->close(); $this->mServer = $server; - $this->mPort = $port = $wgDBport; + $port = $wgDBport; $this->mUser = $user; $this->mPassword = $password; $this->mDBname = $dbName;