Skip to content

Commit 99d3539

Browse files
committed
fixed unused parameter for Client::getPort()
1 parent 5bde7e7 commit 99d3539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Redmine/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Client
9090
public function __construct($url, $apikeyOrUsername, $pass = null)
9191
{
9292
$this->url = $url;
93-
$this->getPort($url);
93+
$this->getPort();
9494
$this->apikeyOrUsername = $apikeyOrUsername;
9595
$this->pass = $pass;
9696
}

0 commit comments

Comments
 (0)