diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index 3531413f..1a76389a 100644 --- a/lib/PlaceLookup.php +++ b/lib/PlaceLookup.php @@ -248,7 +248,7 @@ class PlaceLookup $sSQL .= ' ref, '; if ($this->bExtraTags) $sSQL .= 'extratags, '; if ($this->bNameDetails) $sSQL .= 'name, '; - $sSQL .= " extratags->'place' "; + $sSQL .= " extra_place "; $aSubSelects[] = $sSQL; }