From: Roland Häder Date: Tue, 12 Feb 2013 05:42:57 +0000 (+0000) Subject: Opps :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b99e5641c796ce3ecf5cab3c89327a6054d99bf;p=hub.git Opps :( --- 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();