diff --git a/location.module b/location.module index c2e98e426fa808bc9db59b7747dda2d544571338..77b5b939c3cd9afd89f1dbb203f709e5029ce5cd 100644 --- a/location.module +++ b/location.module @@ -362,6 +362,7 @@ function _location_expand_location($element) { } } + $element += _element_info('fieldset'); return $element; }