From 0ad37ad057018eeed7a0734b98bda273f5f30aae Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 14 Apr 2010 15:51:21 +0000 Subject: #652372 by matason, ksenzee, naxoc, jpmckinney, sun: Don't allow users to add forum topics when no forums exist. --- 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 5c4957cbb..7e6de833a 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -58,6 +58,7 @@ function forum_enable() { 'entity_type' => 'node', 'label' => $vocabulary->name, 'bundle' => 'forum', + 'required' => TRUE, 'widget' => array( 'type' => 'options_select', ), -- cgit v1.2.3