From d11ee4c6d9b0f7bd1cea39a6f5d5a4fb9100bf0c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 4 Jan 2020 21:50:22 +0100 Subject: [PATCH] fix osm link in polygon error view --- website/polygons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/polygons.php b/website/polygons.php index a2264b18..29fc5c27 100644 --- a/website/polygons.php +++ b/website/polygons.php @@ -120,7 +120,7 @@ foreach ($aPolygons as $aRow) { } break; case 'id': - echo ''.osmLink($aRow).''; + echo ''.osmLink(array('osm_type' => $aRow['type'], 'osm_id' => $aRow['id'])).''; break; default: echo ''.($sVal?$sVal:' ').''; -- 2.39.5