From 3a0d4322ae61b3ef7e8514bfc2a6355c8e170019 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 8 Oct 2008 03:27:56 +0000 Subject: #206138 by pwolanin: Rename mis-named 'module' attribute in node types. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') 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 forum topic is the initial post to a new discussion thread within a forum.'), 'title_label' => t('Subject'), ) -- cgit v1.2.3