summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.install')
-rw-r--r--modules/node/node.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.install b/modules/node/node.install
index 8505234a2..0955d4369 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -890,7 +890,7 @@ function node_update_7012() {
->execute();
// Switch field languages to LANGUAGE_NONE, since initially they were
- // assigned $node->language.
+ // assigned the node language.
foreach (array('field_data_body', 'field_revision_body') as $table) {
db_update($table)
->fields(array('language' => LANGUAGE_NONE))