Validate point to the wrong function
JaredAM - June 19, 2009 - 21:15
| Project: | Google Maps location |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dbabbage |
| Status: | closed |
Jump to:
Description
This is exactly the module I was looking for. However, it does not geocode the addresses since it's pointing to the wrong function.
Line 104 reads
$form['#validate'][] = 'gmaplocation_admin_settings_submit';
and it should read
$form['#validate'][] = 'gmaplocation_admin_settings_validate';
Thanks for the simple module!

#1
Posting to put this on my issues list.
#2
Nice. I suspect this fixes the issues a number of other people were reporting. Good work identifying this.
http://drupal.org/cvs?commit=228198
#3
Automatically closed -- issue fixed for 2 weeks with no activity.