Skip to content
Snippets Groups Projects
Commit 64e74944 authored by c31ck's avatar c31ck Committed by http://druler.com
Browse files

Issue #1087522 by c31ck | TheCrow: Fixed On the admin page 'Array' string appears.

parent 06937f97
No related branches found
No related tags found
No related merge requests found
...@@ -799,7 +799,8 @@ function process_gmap_style($element) { ...@@ -799,7 +799,8 @@ function process_gmap_style($element) {
'#attributes' => array('class' => array('gmap_style')), '#attributes' => array('class' => array('gmap_style')),
); );
unset($element['#input']); unset($element['#input']);
$element += element_info('fieldset'); $element_info = element_info('fieldset');
$element = array_merge($element, $element_info);
return $element; return $element;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment