From: Roland Häder Date: Tue, 4 Mar 2008 19:29:33 +0000 (+0000) Subject: fix for PONG reply X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4d0d12a126bcc1b0d19c953fa555258b348e455;p=hub.git fix for PONG reply --- diff --git a/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php b/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php index df47f36ed..f5b916eb7 100644 --- a/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php +++ b/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php @@ -34,7 +34,7 @@ class UnexpectedAwaitCommandException extends HubException { $msgArray['this']->__toString(), $this->getLine(), $msgArray['msg'], - $msgArray['this']->getPeerInstance()->getValidedIP() + $msgArray['this']->getPeerInstance()->getValidatedIP() ); // Call parent constructor