From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Wed, 9 Jan 2019 21:24:21 +0000 (-0500)
Subject: Fix wrong git-fu in mod/directory
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=182bffcc6b8481e002a33b65653557012fd6ba67;p=friendica.git

Fix wrong git-fu in mod/directory
---

diff --git a/mod/directory.php b/mod/directory.php
index 8ca8d8158e..6ef3134517 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -113,8 +113,6 @@ function directory_content(App $a)
 
 		$entries = [];
 
-		while ($rr = DBA::fetch($r)) {
-
 		while ($rr = DBA::fetch($r)) {
 			$itemurl = (($rr['addr'] != "") ? $rr['addr'] : $rr['profile_url']);