[Mapbender-commits] r9713 - trunk/mapbender/owsproxy/http

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Mar 24 01:47:24 PDT 2017


Author: armin11
Date: 2017-03-24 01:47:24 -0700 (Fri, 24 Mar 2017)
New Revision: 9713

Modified:
   trunk/mapbender/owsproxy/http/index.php
Log:
small fix ;-)

Modified: trunk/mapbender/owsproxy/http/index.php
===================================================================
--- trunk/mapbender/owsproxy/http/index.php	2017-03-23 14:24:29 UTC (rev 9712)
+++ trunk/mapbender/owsproxy/http/index.php	2017-03-24 08:47:24 UTC (rev 9713)
@@ -949,7 +949,7 @@
 
 function getDocumentContent($log_id, $url, $header = false)
 {
-    global $reqParams, $n;
+    global $reqParams, $n, $postData;
     //debug
     $startTime = microtime();
     if ($postData == false) {



More information about the Mapbender_commits mailing list