diff options
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index e2726a776..5b5d31ed4 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -452,7 +452,7 @@ function _field_invoke_multiple_default($op, $obj_type, $objects, &$a = NULL, &$ * * // Only for 'single' widgets: * '#theme' => 'field_multiple_value_form', - * '#multiple' => the field cardinality, + * '#cardinality' => the field cardinality, * // One sub-array per copy of the widget, keyed by delta. * 0 => array( * '#title' => the title to be displayed by the widget, |