summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 01:37:13 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 01:37:13 +0000
commit823c0a0a55604429874702d64a85363099224aa1 (patch)
treeb841172c3b29203bf19a039f4493e38084b5a807 /modules/forum
parent6d2573e2013655c57ff995e52cd7f267fa4a3a7f (diff)
downloadbrdo-823c0a0a55604429874702d64a85363099224aa1.tar.gz
brdo-823c0a0a55604429874702d64a85363099224aa1.tar.bz2
#881530 by yhahn: Fix exportability of vocabularies by using machine names in taxonomy field's 'allowed values' setting.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.install2
1 files changed, 1 insertions, 1 deletions
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,
),
),