]> git.mxchange.org Git - hub.git/commitdiff
Opps :( #4
authorRoland Häder <roland@mxchange.org>
Tue, 12 Feb 2013 05:45:33 +0000 (05:45 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 12 Feb 2013 05:45:33 +0000 (05:45 +0000)
application/hub/main/tools/class_HubTools.php

index e2cad84c67f29ab28ff05d45dc23a7d2dde2cf56..2c8f601d11648b5c81cc142b0135ab2b09e5f231 100644 (file)
@@ -100,7 +100,7 @@ class HubTools extends BaseHubSystem {
                $recipient = $this->getDhtInstance()->findNodeBySessionId($sessionId);
 
                // Is the recipient valid?
-               if ((isset($recipient[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_EXTERNAL_IP])) && (isset($recipient[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_LISTEN_PORT])) {
+               if ((isset($recipient[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_EXTERNAL_IP])) && (isset($recipient[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_LISTEN_PORT]))) {
                        // Then use this
                        $recipientIpPort = $recipient[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_EXTERNAL_IP] . ':' . $recipient[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_LISTEN_PORT];
                } else {