]> git.mxchange.org Git - friendica.git/blobdiff - mod/nogroup.php
Merge pull request #1765 from annando/1507-redmatrix-network-name
[friendica.git] / mod / nogroup.php
index 24d99a59b6c01a0c071828c0f6ce8ede42b93fc3..adbcfcb5154d37cbcadd23e1e1c48ede9a0b022b 100644 (file)
@@ -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;
 
 }