From: Roland Haeder Date: Tue, 25 Mar 2014 21:28:02 +0000 (+0100) Subject: One is enough. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b0f19c8180418d0f603698e1737a6041e843634;p=hub.git One is enough. Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/dht/node/class_NodeDhtFacade.php b/application/hub/main/dht/node/class_NodeDhtFacade.php index bcd7a2296..7156ad79e 100644 --- a/application/hub/main/dht/node/class_NodeDhtFacade.php +++ b/application/hub/main/dht/node/class_NodeDhtFacade.php @@ -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);