Fix wrong git-fu in mod/directory

This commit is contained in:
Hypolite Petovan 2019-01-09 16:24:21 -05:00
parent 3c50a11ff1
commit 182bffcc6b
1 changed files with 0 additions and 2 deletions

View 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']);