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

bdragon’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.