From 8c444378bcc542413eaa5789e21995e33c96a751 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 28 Feb 2020 22:10:35 +0100 Subject: [PATCH] better grouping --- lib/PlaceLookup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5