Code is simplyfied

This commit is contained in:
Michael 2022-10-29 22:55:39 +00:00
parent 3c169b534e
commit f569ccbbc2
2 changed files with 17 additions and 17 deletions

View file

@ -748,8 +748,7 @@ class Item
return $body;
}
$link = $post['plink'] ?: $post['uri'];
$body .= "\n" . $link;
$body .= "\n" . ($post['plink'] ?: $post['uri']);
return $body;
}