From 0fc439edd3c38f0e402f068fba58140112195753 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Wed, 20 Jul 2011 19:30:47 -0700
Subject: [PATCH] Issue #1164852 follow-up by plach: Fix node module update
 which was hard-coding translatable to TRUE.

---
 modules/node/node.install | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/node/node.install b/modules/node/node.install
index d4fce3f01cb3..2498091fc533 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);
 
-- 
GitLab