Ops, code-convention not followed

This commit is contained in:
Roland Häder 2022-10-18 16:33:33 +02:00
parent 26e0469de7
commit 54d3d03252
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ EOT;
'author-name' => $contact['name'],
'author-link' => $contact['url'],
'author-avatar' => $contact['thumb'],
'body' => sprintf( $bodyverb, $ulink, $alink, $plink, $termlink),
'body' => sprintf($bodyverb, $ulink, $alink, $plink, $termlink),
'verb' => Activity::TAG,
'target-type' => $targettype,
'target' => $target,