Hello,
Line 257 from location.module should be changed from
$element['additional']['#weight'] = (int)$fsettings[$field]['weight'];
to:
$element['additional']['#weight'] = (int)$fsettings['additional']['weight'];
to correct the weight of the additional field in the node edit form.
Comments
Comment #1
bdragon commentedFixed, thanks.
http://drupal.org/cvs?commit=161517
http://drupal.org/cvs?commit=161519
http://drupal.org/cvs?commit=161520