Closed (fixed)
Project:
Location
Version:
5.x-3.0-test3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 09:26 UTC
Updated:
13 Oct 2008 at 15:22 UTC
When browsing the code, I found this, line 1443, maybe another because of a patch I used, in case 'view' of hook_user():
if (!empty($account->location['latitude']) && !empty($user->location['longitude'])) {
This should be:
if (!empty($account->location['latitude']) && !empty($account->location['longitude'])) {
Right ?
Comments
Comment #1
bdragon commentedFixed, thanks.
http://drupal.org/cvs?commit=143347
http://drupal.org/cvs?commit=143348
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.