1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-08 01:46:00 +02:00

Correct variable

This commit is contained in:
Pavel Djundik
2015-10-22 13:33:51 +03:00
parent 8a8f1585cf
commit 19b63dff79
+1 -1
View File
@@ -30,7 +30,7 @@
$this->Timeout = $Timeout; $this->Timeout = $Timeout;
$this->Engine = $Engine; $this->Engine = $Engine;
$this->Port = $Port; $this->Port = $Port;
$this->Ip = $Ip; $this->Address = $Address;
} }
public function Write( $Header, $String = '' ) public function Write( $Header, $String = '' )