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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Oct 11 00:22:46 EDT 2010


Author: christinebao
Date: 2010-10-10 21:22:46 -0700 (Sun, 10 Oct 2010)
New Revision: 5267

Modified:
   trunk/MgDev/Web/src/mapadmin/help.php
Log:
Fix defect http://trac.osgeo.org/mapguide/ticket/1459: "Help" in login site doesn't work

Modified: trunk/MgDev/Web/src/mapadmin/help.php
===================================================================
--- trunk/MgDev/Web/src/mapadmin/help.php	2010-10-11 02:55:25 UTC (rev 5266)
+++ trunk/MgDev/Web/src/mapadmin/help.php	2010-10-11 04:22:46 UTC (rev 5267)
@@ -20,9 +20,7 @@
     try
     {
         include 'resizableadmin.php';
-
-        LoadSessionVars();
-
+        
         CheckForPopupRegistration();
 
         // Define Local values
@@ -37,6 +35,9 @@
             $helpPage = $_GET[ HELP_PAGE_ID ];
         if ( array_key_exists( HELP_PAGE_ID, $_POST ) )
             $helpPage = $_POST[ HELP_PAGE_ID ];
+            
+        if($helpPage != 'HelpDocs/about_sites_and_servers.htm')
+            LoadSessionVars();
 
         if ( !$firstTimeHere )
         {



More information about the mapguide-commits mailing list