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. --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/standard') diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 19f4cc9df..745c43b37 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -297,7 +297,7 @@ function standard_install() { 'settings' => array( 'allowed_values' => array( array( - 'vid' => $vocabulary->vid, + 'vocabulary' => $vocabulary->machine_name, 'parent' => 0, ), ), -- cgit v1.2.3