summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-10 00:55:38 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-10 00:55:38 +0000
commit3968a954e883ef48f8ffc3f14f0ac77806a0c378 (patch)
tree84c30c64713e609bf6a501f81b38db1719ae6e10
parent02262dec24a734b689a20b440c96ebc005aa821f (diff)
downloadbrdo-3968a954e883ef48f8ffc3f14f0ac77806a0c378.tar.gz
brdo-3968a954e883ef48f8ffc3f14f0ac77806a0c378.tar.bz2
- Patch #857296 by yched: comment fields not displaying in proper order.
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index b98f9e5f2..36301594d 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -172,7 +172,7 @@ function comment_field_extra_fields() {
'description' => t('Author textfield'),
'weight' => -2,
),
- 'title' => array(
+ 'subject' => array(
'label' => t('Subject'),
'description' => t('Subject textfield'),
'weight' => -1,