Closed (fixed)
Project:
Location
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2008 at 18:46 UTC
Updated:
13 Jan 2009 at 18:20 UTC
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