From: rabuzarus Date: Mon, 12 Feb 2018 16:46:34 +0000 (+0100) Subject: tagger_content(): use the $owner_nickname for constructing the link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02654c28f7f5f7969f07acfcc79ad482245b59c8;p=friendica.git tagger_content(): use the $owner_nickname for constructing the link --- diff --git a/mod/tagger.php b/mod/tagger.php index 0ee8d88b6d..4da4ecafb7 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -72,7 +72,7 @@ function tagger_content(App $a) { $targettype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE ); $link = xmlify('' . "\n") ; + . System::baseUrl() . '/display/' . $owner_nick . '/' . $item['id'] . '" />' . "\n") ; $body = xmlify($item['body']);