diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 6289df15c..d3e9407a3 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1409,7 +1409,7 @@ function theme_comment_form($edit, $title) { } // subject field: - if (variable_get('comment_subject_field', 0)) { + if (variable_get('comment_subject_field', 1)) { $form .= form_textfield(t('Subject'), 'subject', $edit['subject'], 50, 64); } |