diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index 1a76389a..9f4f143e 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 .= " extra_place "; + $sSQL .= ' extra_place '; $aSubSelects[] = $sSQL; }