summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-12 13:59:56 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-12 13:59:56 +0000
commit2bc9e50dbaa83df96090172b3fc682bd9a291588 (patch)
treee698368b8fa1a11e46f47924f76fbd4a526648f5 /profiles
parentd0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7 (diff)
downloadbrdo-2bc9e50dbaa83df96090172b3fc682bd9a291588.tar.gz
brdo-2bc9e50dbaa83df96090172b3fc682bd9a291588.tar.bz2
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 2bab8f835..e35a98374 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -203,6 +203,7 @@ function default_profile_tasks(&$task, $url) {
$vid = db_insert('taxonomy_vocabulary')->fields(array(
'name' => 'Tags',
'description' => $description,
+ 'machine_name' => 'tags',
'help' => $help,
'relations' => 0,
'hierarchy' => 0,