X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnogroup.php;h=adbcfcb5154d37cbcadd23e1e1c48ede9a0b022b;hb=efbdb57f926dc840a162ac960f5a1f3b0fdf0353;hp=24d99a59b6c01a0c071828c0f6ce8ede42b93fc3;hpb=11c06e21b7a656c4aeae0d5c157e1db97d6db02e;p=friendica.git diff --git a/mod/nogroup.php b/mod/nogroup.php index 24d99a59b6..adbcfcb515 100644 --- a/mod/nogroup.php +++ b/mod/nogroup.php @@ -43,13 +43,13 @@ function nogroup_content(&$a) { 'id' => $rr['id'], 'alt_text' => $alt_text, 'dir_icon' => $dir_icon, - 'thumb' => $rr['thumb'], + 'thumb' => $rr['thumb'], 'name' => $rr['name'], 'username' => $rr['name'], 'sparkle' => $sparkle, 'itemurl' => $rr['url'], 'url' => $url, - 'network' => network_to_name($rr['network']), + 'network' => network_to_name($rr['network'], $url), ); } } @@ -59,8 +59,8 @@ function nogroup_content(&$a) { '$header' => t('Contacts who are not members of a group'), '$contacts' => $contacts, '$paginate' => paginate($a), - )); - + )); + return $o; }