[Mapbender-commits] r9422 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 10 06:15:35 PST 2016


Author: armin11
Date: 2016-03-10 06:15:35 -0800 (Thu, 10 Mar 2016)
New Revision: 9422

Modified:
   trunk/mapbender/http/php/mod_interfaceWms4Kml.php
Log:
bugfix

Modified: trunk/mapbender/http/php/mod_interfaceWms4Kml.php
===================================================================
--- trunk/mapbender/http/php/mod_interfaceWms4Kml.php	2016-03-10 10:25:32 UTC (rev 9421)
+++ trunk/mapbender/http/php/mod_interfaceWms4Kml.php	2016-03-10 14:15:35 UTC (rev 9422)
@@ -41,8 +41,8 @@
 	die();
 }
 $admin = new administration();
-$getmapurl = $admin->checkURL($getmapurl);
-$getmapurl = eregi_replace("&","&", $rowKML['wms_getmap']);
+$getmapurl = $admin->checkURL($rowKML['wms_getmap']);
+$getmapurl = eregi_replace("&","&", $getmapurl);
 //exchange normal url with owsproxyurl
 $sessionId = session_id();
 if ($rowKML['wms_owsproxy'] <> '' && $rowKML['wms_owsproxy'] <> NULL) {



More information about the Mapbender_commits mailing list