From: Roland Häder Date: Tue, 12 Feb 2013 05:43:42 +0000 (+0000) Subject: Opps :( #2 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4013c7ceebef5fc8cdf2bba5f32bc1e072bfcfea;p=hub.git Opps :( #2 --- diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php index 5300ff881..3a70b2959 100644 --- a/application/hub/main/nodes/class_BaseHubNode.php +++ b/application/hub/main/nodes/class_BaseHubNode.php @@ -715,7 +715,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable, AddableCriteria { */ public final function getAddressPortArray () { // Get IP and port - $addressPortArray = explode(':', $this->getAddressPort(); + $addressPortArray = explode(':', $this->getAddressPort()); // Return it return $addressPortArray;