fix style

This commit is contained in:
Sarah Hoffmann
2020-03-01 22:24:32 +01:00
parent 8c444378bc
commit 53ca751a02

View File

@@ -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;
}