From 714597a9cdb42c3ca0df843f7f6a7351c6e06e39 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Oct 2009 12:44:36 +0000 Subject: - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable. --- modules/forum/forum.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/forum/forum.install') diff --git a/modules/forum/forum.install b/modules/forum/forum.install index a21244947..1f4c72ba2 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -43,6 +43,7 @@ function forum_enable() { $instance = array( 'field_name' => 'taxonomy_' . $vocabulary->machine_name, + 'object_type' => 'node', 'label' => $vocabulary->name, 'bundle' => 'forum', 'widget' => array( -- cgit v1.2.3