]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Bugfix - use magicLinks also for common/all friends and the directory
[friendica.git] / mod / allfriends.php
index ceb32e6c1898dcefe2b2cc768c15ff609f5a9ef4..5234ee8c697abe5db8a3456e25eec1349ed83559 100644 (file)
@@ -77,7 +77,7 @@ function allfriends_content(App $a)
                }
 
                $entry = [
-                       'url'          => $rr['url'],
+                       'url'          => Model\Contact::magicLink($rr['url']),
                        'itemurl'      => defaults($contact_details, 'addr', $rr['url']),
                        'name'         => $contact_details['name'],
                        'thumb'        => ProxyUtils::proxifyUrl($contact_details['thumb'], false, ProxyUtils::SIZE_THUMB),