]> git.mxchange.org Git - hub.git/commitdiff
One is enough.
authorRoland Haeder <roland@mxchange.org>
Tue, 25 Mar 2014 21:28:02 +0000 (22:28 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Mar 2014 21:28:02 +0000 (22:28 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/dht/node/class_NodeDhtFacade.php

index bcd7a2296184ebd2e334b451f28e243dad16a82a..7156ad79e96372ed01d643b83b17d60bca4319bf 100644 (file)
@@ -370,7 +370,6 @@ class NodeDhtFacade extends BaseDht implements DistributableNode, Registerable {
                while ($resultInstance->next()) {
                        // Get current entry
                        $current = $resultInstance->current();
-               } // END - while
 
                        // Add instance to recipient list
                        array_push($recipients, $current);