From f4d0d12a126bcc1b0d19c953fa555258b348e455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 4 Mar 2008 19:29:33 +0000 Subject: [PATCH] fix for PONG reply --- .../commands/class_UnexpectedAwaitCommandException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5