]> git.mxchange.org Git - hub.git/commitdiff
Opps :( #3
authorRoland Häder <roland@mxchange.org>
Tue, 12 Feb 2013 05:44:35 +0000 (05:44 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 12 Feb 2013 05:44:35 +0000 (05:44 +0000)
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php

index f061f169d48f19e40081f340b298dda82765231f..2e8cd3a5aba62e19e760e25761e7d4fae211b8a4 100644 (file)
@@ -112,7 +112,7 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem
                        $nodeInstance = Registry::getRegistry()->getInstance('node');
 
                        // Get ip:port combination and "explode" it
-                       $ipPort = $nodeInstance->getAddressPortArray());
+                       $ipPort = $nodeInstance->getAddressPortArray();
 
                        // Make sure both is valid
                        assert(($ipPort[0] !== 'invalid') && ($ipPort[1] !== 'invalid'));