From 19b63dff79e4945b327d35bf11b88ca0eb04ee0f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Oct 2015 13:33:51 +0300 Subject: [PATCH] Correct variable --- Tests/Tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests.php b/Tests/Tests.php index 819b590..88281ee 100644 --- a/Tests/Tests.php +++ b/Tests/Tests.php @@ -30,7 +30,7 @@ $this->Timeout = $Timeout; $this->Engine = $Engine; $this->Port = $Port; - $this->Ip = $Ip; + $this->Address = $Address; } public function Write( $Header, $String = '' )