diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-08 20:59:24 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-08 20:59:24 +0000 |
| commit | 51003f859d7270d1885cb3710291a2e17ce3dad6 (patch) | |
| tree | d8f8c2870ef6a59210845b0754342cbc6f40489a | |
| parent | 1f25ee088a6a71cd40d9ff422cdf510d6c709738 (diff) | |
| download | liberty-51003f859d7270d1885cb3710291a2e17ce3dad6.tar.gz liberty-51003f859d7270d1885cb3710291a2e17ce3dad6.tar.bz2 liberty-51003f859d7270d1885cb3710291a2e17ce3dad6.zip | |
check all 3 comment flags
| -rw-r--r-- | templates/edit_format.tpl | 2 |
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} |
