]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/website/details.php
Merge pull request #2181 from lonvia/port-more-tool-functions-to-python
[nominatim.git] / lib-php / website / details.php
index 8e350a8c65a86fb2121482985b16dede2ee7d1e1..130dcaf81e92945f126969497f405ed216035142 100644 (file)
@@ -53,7 +53,7 @@ if ($sOsmType && $iOsmId > 0) {
 
     // Be nice about our error messages for broken geometry
 
-    if (!$sPlaceId) {
+    if (!$sPlaceId && $oDB->tableExists('import_polygon_error')) {
         $sSQL = 'SELECT ';
         $sSQL .= '    osm_type, ';
         $sSQL .= '    osm_id, ';