The magic link is added at more places

This commit is contained in:
Michael 2018-04-08 19:17:50 +00:00
parent fa7bed8929
commit 5c2b54009e
2 changed files with 26 additions and 1 deletions

View 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),