summaryrefslogtreecommitdiff
path: root/modules/blog
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/blog
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/blog')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index c848b90ba..fa5c0ba20 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -13,7 +13,7 @@ function blog_node_info() {
return array(
'blog' => array(
'name' => t('Blog entry'),
- 'module' => 'blog',
+ 'base' => 'blog',
'description' => t('A <em>blog entry</em> is a single post to an online journal, or <em>blog</em>.'),
)
);