]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong git-fu in mod/directory
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 9 Jan 2019 21:24:21 +0000 (16:24 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 16:12:51 +0000 (11:12 -0500)
mod/directory.php

index 8ca8d8158e2d2640667703cf1a0384aa8021c123..6ef3134517cf60cf3bd3ecf8ef8681eb7b794b79 100644 (file)
@@ -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']);