mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
The magic link is added at more places
This commit is contained in:
parent
fa7bed8929
commit
5c2b54009e
2 changed files with 26 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue