diff --git a/core/modules/node/node.install b/core/modules/node/node.install index 95f4df7..c6fd7e6 100644 --- a/core/modules/node/node.install +++ b/core/modules/node/node.install @@ -712,7 +712,7 @@ function node_update_8011() { /** * Enable History module. */ -function node_update_8011() { +function node_update_8012() { // Enable the history module without re-installing the schema. update_module_enable(array('history')); }