1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-22 19:49:02 +01:00

Minor, don't collapse comment content if there are inlines.

Auditors: vrana
This commit is contained in:
epriestley 2012-03-26 10:05:15 -07:00
parent 2e45839e42
commit 0f94b49b33

View file

@ -127,7 +127,7 @@ final class DiffusionCommentView extends AphrontView {
$comment = $this->comment;
$engine = $this->getEngine();
if (!strlen($comment->getContent())) {
if (!strlen($comment->getContent()) && empty($this->inlineComments)) {
return null;
} else {
return