From 3b99e5641c796ce3ecf5cab3c89327a6054d99bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 12 Feb 2013 05:42:57 +0000 Subject: [PATCH] Opps :( --- application/hub/main/nodes/class_BaseHubNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php index c197b489f..5300ff881 100644 --- a/application/hub/main/nodes/class_BaseHubNode.php +++ b/application/hub/main/nodes/class_BaseHubNode.php @@ -713,7 +713,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable, AddableCriteria { * * @return $addressPortArray An array of a address:port combination for this node */ - public final function getAddressPort () { + public final function getAddressPortArray () { // Get IP and port $addressPortArray = explode(':', $this->getAddressPort(); -- 2.39.5