diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-08 03:27:56 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-08 03:27:56 +0000 |
commit | 3a0d4322ae61b3ef7e8514bfc2a6355c8e170019 (patch) | |
tree | a1c40112af38141f1c98f65c7d07cc17c01187c8 /modules/blog | |
parent | 34ec8f9834579098308308c85be484fe5b771995 (diff) | |
download | brdo-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.module | 2 |
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>.'), ) ); |