mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Ops, code-convention not followed
This commit is contained in:
parent
26e0469de7
commit
54d3d03252
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue