diff --git a/modules/forum/forum.install b/modules/forum/forum.install index 60c4087..51163eb 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -234,6 +234,17 @@ function forum_schema() { } /** + * Implements hook_update_dependencies(). + */ +function taxonomy_update_dependencies() { + // Forum update 7003 uses field API update functions, so must run after + // Field API has been enabled. + $dependencies['forum'][7003] = array( + 'system' => 7020, + ); +} + +/** * Add new index to forum table. */ function forum_update_7000() {