[fusion-commits] r1917 - trunk/layers/MapGuide/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Sep 24 16:31:01 EDT 2009


Author: pagameba
Date: 2009-09-24 16:31:01 -0400 (Thu, 24 Sep 2009)
New Revision: 1917

Modified:
   trunk/layers/MapGuide/php/Common.php
Log:
re #138, adjust path returned by GetLocalizationPath to point to Fusion's string resources rather than www/localized.

Modified: trunk/layers/MapGuide/php/Common.php
===================================================================
--- trunk/layers/MapGuide/php/Common.php	2009-09-24 20:29:05 UTC (rev 1916)
+++ trunk/layers/MapGuide/php/Common.php	2009-09-24 20:31:01 UTC (rev 1917)
@@ -170,7 +170,7 @@
     $pos = strrpos($thisFile, '\\');
     if ($pos == false)
         $pos = strrpos($thisFile, '/');
-    return substr($thisFile, 0, $pos+1) . "../../../../localized/";
+    return substr($thisFile, 0, $pos+1) . "../../../text/";
 }
 
 function FormatMessage($id, $locale, $params)



More information about the fusion-commits mailing list