summaryrefslogtreecommitdiff
path: root/modules/translation/translation.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-12 08:39:40 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-12 08:39:40 +0000
commit3d64cb5ecae7c0d093e1343f87901769dc7d819e (patch)
tree765b3104ae2bbdf96ac677f8deab9b5457ffa4bf /modules/translation/translation.module
parentbfdea95337376b00e60049b640c076e8ab32293f (diff)
downloadbrdo-3d64cb5ecae7c0d093e1343f87901769dc7d819e.tar.gz
brdo-3d64cb5ecae7c0d093e1343f87901769dc7d819e.tar.bz2
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
Diffstat (limited to 'modules/translation/translation.module')
-rw-r--r--modules/translation/translation.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 58045f396..4b9dbecd7 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -213,7 +213,6 @@ function translation_node_prepare($node) {
$node->language = $language;
$node->translation_source = $source_node;
$node->title = $node->translation_source->title;
- $node->body = $node->translation_source->body;
// Let every module add custom translated fields.
module_invoke_all('node_prepare_translation', $node);
}