From 4b0f19c8180418d0f603698e1737a6041e843634 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 25 Mar 2014 22:28:02 +0100 Subject: [PATCH] One is enough. Signed-off-by: Roland Haeder --- application/hub/main/dht/node/class_NodeDhtFacade.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5