1
0
Fork 0

Small fixes to "nogroup"

This commit is contained in:
Michael 2017-11-29 20:59:06 +00:00
commit fe348acb49
2 changed files with 8 additions and 6 deletions

View file

@ -55,7 +55,7 @@ function nogroup_content(App $a)
'about' => $contact_details['about'],
'sparkle' => $sparkle,
'itemurl' => (($contact_details['addr'] != "") ? $contact_details['addr'] : $rr['url']),
'url' => $url,
'url' => $rr['url'],
'network' => network_to_name($rr['network'], $url),
);
}