[fusion-commits] r2395 - branches/fusion-2.2/widgets/BufferPanel

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Jun 2 13:25:30 EDT 2011


Author: madair
Date: 2011-06-02 10:25:30 -0700 (Thu, 02 Jun 2011)
New Revision: 2395

Modified:
   branches/fusion-2.2/widgets/BufferPanel/Buffer.php
Log:
re #454: fixing case sensitive file name

Modified: branches/fusion-2.2/widgets/BufferPanel/Buffer.php
===================================================================
--- branches/fusion-2.2/widgets/BufferPanel/Buffer.php	2011-06-01 20:37:32 UTC (rev 2394)
+++ branches/fusion-2.2/widgets/BufferPanel/Buffer.php	2011-06-02 17:25:30 UTC (rev 2395)
@@ -412,7 +412,7 @@
     global $dataSource, $featureName, $ffcolor, $fbcolor, $transparent, $linestyle, $thickness, $lcolor, $fillstyle, $foretrans;
 
     $xtrans = sprintf("%02x", 255 * $foretrans / 100);
-    $layerTempl = file_get_contents("./arealayerdef.templ");
+    $layerTempl = file_get_contents("./AreaLayerDef.templ");
     $xmlStr = sprintf($layerTempl,
                       $dataSource,
                       $featureName,



More information about the fusion-commits mailing list