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