From 02654c28f7f5f7969f07acfcc79ad482245b59c8 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Mon, 12 Feb 2018 17:46:34 +0100 Subject: [PATCH] tagger_content(): use the $owner_nickname for constructing the link --- mod/tagger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);