]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Docs: add a note on adding `use` on theme.php
[friendica.git] / mod / dirfind.php
index a5b26a9193dbebc3974d50680818245e60ff081d..14ceb6daee365077e1366060e10cd9c1c0f9102a 100644 (file)
@@ -223,7 +223,7 @@ function dirfind_content(App $a, $prefix = "") {
 
                                $entry = [
                                        'alt_text' => $alt_text,
-                                       'url' => Profile::zrl($jj->url),
+                                       'url' => Profile::magicLink($jj->url),
                                        'itemurl' => $itemurl,
                                        'name' => htmlentities($jj->name),
                                        'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB),