[mapguide-commits] r4629 - sandbox/adsk/2.2gp/Web/src/mapviewerphp

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 3 21:36:52 EST 2010


Author: liuar
Date: 2010-03-03 21:36:52 -0500 (Wed, 03 Mar 2010)
New Revision: 4629

Modified:
   sandbox/adsk/2.2gp/Web/src/mapviewerphp/legend.php
Log:
Port the fix of Ticket #427 [mapviewerphp-error in legend.php file(BuildClientSideTree)] to branch

Modified: sandbox/adsk/2.2gp/Web/src/mapviewerphp/legend.php
===================================================================
--- sandbox/adsk/2.2gp/Web/src/mapviewerphp/legend.php	2010-03-04 02:34:53 UTC (rev 4628)
+++ sandbox/adsk/2.2gp/Web/src/mapviewerphp/legend.php	2010-03-04 02:36:52 UTC (rev 4629)
@@ -91,7 +91,7 @@
             $updateType = 0;
             // return only the layer structure, that is mainly groups/layers/layer-ids. Do not parse layer definitions.
             //
-            BuildClientSideTree($tree, null, "null", false, "layerData", null);
+            BuildClientSideTree($tree, null, "null", false, "layerData", null, null);
         }
         else
         {



More information about the mapguide-commits mailing list