]> git.mxchange.org Git - hub.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Tue, 12 Feb 2013 05:42:57 +0000 (05:42 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 12 Feb 2013 05:42:57 +0000 (05:42 +0000)
application/hub/main/nodes/class_BaseHubNode.php

index c197b489fa4f1b7e65eae1c08ef58d8b59e807a0..5300ff88168cd9231964cd207192700fe86da646 100644 (file)
@@ -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();