summaryrefslogtreecommitdiff
path: root/profiles/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-15 12:44:36 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-15 12:44:36 +0000
commit714597a9cdb42c3ca0df843f7f6a7351c6e06e39 (patch)
tree4e42239768111673ec7e8ae3181e7fa7339937c4 /profiles/default
parent35e21e54e1122f98bede28f89d80f2fb13b3fd97 (diff)
downloadbrdo-714597a9cdb42c3ca0df843f7f6a7351c6e06e39.tar.gz
brdo-714597a9cdb42c3ca0df843f7f6a7351c6e06e39.tar.bz2
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/default.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default/default.install b/profiles/default/default.install
index 2ca6f19e5..2b07a9c1b 100644
--- a/profiles/default/default.install
+++ b/profiles/default/default.install
@@ -202,6 +202,7 @@ function default_install() {
taxonomy_vocabulary_save($vocabulary);
$instance = array(
'field_name' => 'taxonomy_' . $vocabulary->machine_name,
+ 'object_type' => 'taxonomy_term',
'label' => $vocabulary->name,
'bundle' => 'article',
'description' => $vocabulary->help,