summaryrefslogtreecommitdiff
path: root/modules/poll
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/poll
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/poll')
-rw-r--r--modules/poll/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 71d6129a7..5d547549d 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -174,7 +174,7 @@ function poll_node_info() {
return array(
'poll' => array(
'name' => t('Poll'),
- 'module' => 'poll',
+ 'base' => 'poll',
'description' => t('A <em>poll</em> is a question with a set of possible responses. A <em>poll</em>, once created, automatically provides a simple running count of the number of votes received for each response.'),
'title_label' => t('Question'),
'has_body' => FALSE,