[mapguide-commits] r1302 - trunk/MgDev/Web/src/mapadmin

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 20 14:54:44 EDT 2007


Author: trevorwekel
Date: 2007-03-20 14:54:44 -0400 (Tue, 20 Mar 2007)
New Revision: 1302

Modified:
   trunk/MgDev/Web/src/mapadmin/serverdatafunctions.php
Log:
Update message locale property for Admin

Modified: trunk/MgDev/Web/src/mapadmin/serverdatafunctions.php
===================================================================
--- trunk/MgDev/Web/src/mapadmin/serverdatafunctions.php	2007-03-20 16:44:14 UTC (rev 1301)
+++ trunk/MgDev/Web/src/mapadmin/serverdatafunctions.php	2007-03-20 18:54:44 UTC (rev 1302)
@@ -946,7 +946,7 @@
             $this->displayName = "";
             $this->displayNamePropStr = MgConfigProperties::GeneralPropertyDisplayName;
             $this->defaultLocale = "";
-            $this->defaultLocalePropStr = MgConfigProperties::GeneralPropertyDefaultLocale;
+            $this->defaultLocalePropStr = MgConfigProperties::GeneralPropertyDefaultMessageLocale;
             $this->localizationResourcesPath = "";
             $this->localizationResourcesPathPropStr = MgConfigProperties::GeneralPropertyResourcesPath;
             $this->tcpIpMtu = "";



More information about the mapguide-commits mailing list