Fixed nasty typo

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-13 16:28:52 +02:00
parent 444f4b5d1e
commit c26223a887

View File

@@ -26,7 +26,7 @@ class linker
private $args = array();
public function __construct($hostname, $protocol = 'http', $port = 80, $file = 'index.php', $username = '', $password = '';)
public function __construct($hostname, $protocol = 'http', $port = 80, $file = 'index.php', $username = '', $password = '')
{
# Set the basic parts of our URL
$this->protocol = $protocol;