[mapguide-commits] r5347 - trunk/MgDev/Web/src/mapviewerphp

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 28 06:08:16 EDT 2010


Author: jng
Date: 2010-10-28 03:08:16 -0700 (Thu, 28 Oct 2010)
New Revision: 5347

Modified:
   trunk/MgDev/Web/src/mapviewerphp/taskframe.php
Log:
Fix #1501: fix botched submission

Modified: trunk/MgDev/Web/src/mapviewerphp/taskframe.php
===================================================================
--- trunk/MgDev/Web/src/mapviewerphp/taskframe.php	2010-10-28 09:45:45 UTC (rev 5346)
+++ trunk/MgDev/Web/src/mapviewerphp/taskframe.php	2010-10-28 10:08:16 UTC (rev 5347)
@@ -54,7 +54,7 @@
 
     //If there is an initial url, it will be encoded, so parse the decoded url.
     $comp = parse_url(urldecode($taskPaneUrl));
-    $baseUrl = urldecode(taskPaneUrl);
+    $baseUrl = urldecode($taskPaneUrl);
     if(strncasecmp($taskPaneUrl, "http://", 7) != 0) //Is relative
         $baseUrl = $vpath . $comp["path"];
 



More information about the mapguide-commits mailing list