From dafc861fa3b0bf474524f04b9d9d1b7bfe67d27f Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 17 Jul 2011 23:57:28 -0700 Subject: Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in field_default_form(). --- modules/taxonomy/taxonomy.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/taxonomy/taxonomy.install') diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index 56b7e01c6..68fbc7804 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -438,6 +438,7 @@ function taxonomy_update_7004() { 'entity_type' => 'node', 'settings' => array(), 'description' => $vocabulary->help, + 'required' => $vocabulary->required, 'widget' => array(), 'display' => array( 'default' => array( -- cgit v1.2.3