summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-08 03:27:56 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-08 03:27:56 +0000
commit3a0d4322ae61b3ef7e8514bfc2a6355c8e170019 (patch)
treea1c40112af38141f1c98f65c7d07cc17c01187c8 /modules/forum
parent34ec8f9834579098308308c85be484fe5b771995 (diff)
downloadbrdo-3a0d4322ae61b3ef7e8514bfc2a6355c8e170019.tar.gz
brdo-3a0d4322ae61b3ef7e8514bfc2a6355c8e170019.tar.bz2
#206138 by pwolanin: Rename mis-named 'module' attribute in node types.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 035f11bd3..e2bd329ac 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -356,7 +356,7 @@ function forum_node_info() {
return array(
'forum' => array(
'name' => t('Forum topic'),
- 'module' => 'forum',
+ 'base' => 'forum',
'description' => t('A <em>forum topic</em> is the initial post to a new discussion thread within a forum.'),
'title_label' => t('Subject'),
)