diff --git a/views/default/forms/wall/status.php b/views/default/forms/wall/status.php index 585e919..0f894fe 100644 --- a/views/default/forms/wall/status.php +++ b/views/default/forms/wall/status.php @@ -87,7 +87,7 @@ } if (elgg_get_plugin_setting('geopositioning', 'hypeWall')) { - $value = $entity ? $entity->location : get_input('address'); + $value = $entity ? $entity->location : get_input('location'); $find_me = elgg_view('output/url', [ 'href' => '#', 'text' => elgg_echo('wall:find_me'),