summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-20 19:30:47 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-20 19:30:47 -0700
commit0fc439edd3c38f0e402f068fba58140112195753 (patch)
tree945e4682b6296af6c9d534964a41a6b77ee60bce /modules/node/node.install
parentd2f75bfe92551c5e91bbb0ecfdc94b61cdc7bb03 (diff)
downloadbrdo-0fc439edd3c38f0e402f068fba58140112195753.tar.gz
brdo-0fc439edd3c38f0e402f068fba58140112195753.tar.bz2
Issue #1164852 follow-up by plach: Fix node module update which was hard-coding translatable to TRUE.
Diffstat (limited to 'modules/node/node.install')
-rw-r--r--modules/node/node.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node/node.install b/modules/node/node.install
index d4fce3f01..2498091fc 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -610,7 +610,6 @@ function node_update_7006(&$sandbox) {
'module' => 'text',
'cardinality' => 1,
'entity_types' => array('node'),
- 'translatable' => TRUE,
);
_update_7000_field_create_field($body_field);