mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +00:00
Code is simplyfied
This commit is contained in:
parent
3c169b534e
commit
f569ccbbc2
2 changed files with 17 additions and 17 deletions
|
@ -748,8 +748,7 @@ class Item
|
|||
return $body;
|
||||
}
|
||||
|
||||
$link = $post['plink'] ?: $post['uri'];
|
||||
$body .= "\n♲ " . $link;
|
||||
$body .= "\n♲ " . ($post['plink'] ?: $post['uri']);
|
||||
|
||||
return $body;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue