tagger_content(): use the $owner_nickname for constructing the link

This commit is contained in:
rabuzarus 2018-02-12 17:46:34 +01:00
parent 049a4f5f86
commit 02654c28f7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function tagger_content(App $a) {
$targettype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE ); $targettype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE );
$link = xmlify('<link rel="alternate" type="text/html" href="' $link = xmlify('<link rel="alternate" type="text/html" href="'
. System::baseUrl() . '/display/' . $r['nickname'] . '/' . $item['id'] . '" />' . "\n") ; . System::baseUrl() . '/display/' . $owner_nick . '/' . $item['id'] . '" />' . "\n") ;
$body = xmlify($item['body']); $body = xmlify($item['body']);