diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-05-14 04:37:53 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-05-14 04:37:53 +0000 |
commit | 8aa44b55a2b0745e6c0832c1cce3d75b8b3e64da (patch) | |
tree | 0603749b5914ff883f267dab08212cfed2f51a35 /modules/node/node.module | |
parent | 16a30f195891cb0d6d4e557425910f7cd7d971cd (diff) | |
download | brdo-8aa44b55a2b0745e6c0832c1cce3d75b8b3e64da.tar.gz brdo-8aa44b55a2b0745e6c0832c1cce3d75b8b3e64da.tar.bz2 |
#797668 by marcingy, StuartJNCC: Update fails on node_update_7006.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 8ea70f98b..8b4c514e4 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -537,7 +537,7 @@ function node_type_save($info) { * Add default body field to a node type. * * @param $type - * The node type name. + * A node type object. * @param $label * The label for the body instance. */ |