From 823c0a0a55604429874702d64a85363099224aa1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 1 Oct 2010 01:37:13 +0000 Subject: #881530 by yhahn: Fix exportability of vocabularies by using machine names in taxonomy field's 'allowed values' setting. --- modules/forum/forum.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.install b/modules/forum/forum.install index 9a1ae18f6..bc2a9b1b6 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -52,7 +52,7 @@ function forum_enable() { 'settings' => array( 'allowed_values' => array( array( - 'vid' => $vocabulary->vid, + 'vocabulary' => $vocabulary->machine_name, 'parent' => 0, ), ), -- cgit v1.2.3