summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-25 21:32:44 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-25 21:32:44 +0000
commit6cb277926fbfbe2b7f0308710a8a9a5b18abb074 (patch)
tree0d74c5ddff258c77a320b79f389ab8c36fd778ed /modules/node/node.install
parent2e8d384cba4f18a8880c9620041c00334b95a1a5 (diff)
downloadbrdo-6cb277926fbfbe2b7f0308710a8a9a5b18abb074.tar.gz
brdo-6cb277926fbfbe2b7f0308710a8a9a5b18abb074.tar.bz2
- Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help contrib updates make progress.
Diffstat (limited to 'modules/node/node.install')
-rw-r--r--modules/node/node.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/node/node.install b/modules/node/node.install
index 7fe280de2..26296facb 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -437,6 +437,7 @@ function node_update_7005() {
* Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
*/
function node_update_7006(&$context) {
+ // @todo Remove when http://drupal.org/node/211182 is fixed.
taxonomy_update_7002();
$context['#finished'] = 0;