summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-08 20:59:24 +0000
committerwjames5 <will@tekimaki.com>2009-10-08 20:59:24 +0000
commit51003f859d7270d1885cb3710291a2e17ce3dad6 (patch)
treed8f8c2870ef6a59210845b0754342cbc6f40489a
parent1f25ee088a6a71cd40d9ff422cdf510d6c709738 (diff)
downloadliberty-51003f859d7270d1885cb3710291a2e17ce3dad6.tar.gz
liberty-51003f859d7270d1885cb3710291a2e17ce3dad6.tar.bz2
liberty-51003f859d7270d1885cb3710291a2e17ce3dad6.zip
check all 3 comment flags
-rw-r--r--templates/edit_format.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_format.tpl b/templates/edit_format.tpl
index 801d7a2..65b9862 100644
--- a/templates/edit_format.tpl
+++ b/templates/edit_format.tpl
@@ -1,6 +1,6 @@
{strip}
{* comment or content @TODO pass in as a var in includes *}
-{if $post_comment_request && $gComment}
+{if ( $post_comment_request || $post_comment_preview || $comments_ajax ) && $gComment}
{assign var=contentObject value=$gComment}
{else}
{assign var=contentObject value=$gContent}