From 04fc9587d6be8ef7019f834f6e0a81b13fbb5d71 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 23 Feb 2011 13:53:47 +0000 Subject: [PATCH] Rm unused member variable --- includes/db/DatabasePostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1