diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-06-15 22:18:44 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-06-15 22:18:44 +0000 |
| commit | 6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e (patch) | |
| tree | 3177c9cefbd88c34dfd8b50ef9317f6072db1c4f /templates | |
| parent | e57770ed1b46513d619aa01cfa0b3c946c05ee43 (diff) | |
| download | boards-6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e.tar.gz boards-6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e.tar.bz2 boards-6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e.zip | |
Make boards 'Warned Posts' feature work
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/post_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index bb30f06..39be9f0 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -110,7 +110,7 @@ >{biticon ipackage="icons" iname="dialog-error" iexplain="Warned Post"}</a> <div id="warned_message_{$comment.comment_id|escape:"url"}"> - {if !empty($warnings.$comment_id)}{$comment.is_warned_message}{/if} + {if !empty($warnings.$comment_id)}{$comment.warned_message}{/if} </div> {if empty($warnings.$comment_id)} |
