Fix wrong git-fu in mod/directory
This commit is contained in:
parent
3c50a11ff1
commit
182bffcc6b
|
@ -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']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue