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/comment/comment.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.install') diff --git a/modules/comment/comment.install b/modules/comment/comment.install index c5d78e1b3..454d6e16a 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -117,7 +117,7 @@ function comment_update_7004() { */ function comment_update_7005() { foreach (node_type_get_types() as $info) { - field_attach_create_bundle('comment_node_' . $info->type); + field_attach_create_bundle('comment', 'comment_node_' . $info->type); } } -- cgit v1.2.3