summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-09 18:32:47 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-09 18:32:47 +0000
commit031556daf17871696e3209f2f181192893f180ea (patch)
treedaafa98a7c8656f23b0296caf0a85cf9730eb11f
parentd59ba41f65a26cdd31ae9da5b847be008cd365dd (diff)
downloadbrdo-031556daf17871696e3209f2f181192893f180ea.tar.gz
brdo-031556daf17871696e3209f2f181192893f180ea.tar.bz2
#314244 follow-up by nedjo: Remove op for prepare translation.
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 04401aed1..6a8c73151 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -199,7 +199,7 @@ function translation_nodeapi_prepare(&$node, $teaser, $page) {
$node->title = $node->translation_source->title;
$node->body = $node->translation_source->body;
// Let every module add custom translated fields.
- node_invoke_nodeapi($node, 'prepare translation');
+ node_invoke_nodeapi($node, 'prepare_translation');
}
}
}