[Mapbender-commits] r9586 - trunk/mapbender/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Sep 8 02:04:25 PDT 2016


Author: armin11
Date: 2016-09-08 02:04:24 -0700 (Thu, 08 Sep 2016)
New Revision: 9586

Modified:
   trunk/mapbender/http/html/mod_treefolderPlain.php
Log:
Bugfix for missing element_var activatedimension

Modified: trunk/mapbender/http/html/mod_treefolderPlain.php
===================================================================
--- trunk/mapbender/http/html/mod_treefolderPlain.php	2016-09-08 07:28:04 UTC (rev 9585)
+++ trunk/mapbender/http/html/mod_treefolderPlain.php	2016-09-08 09:04:24 UTC (rev 9586)
@@ -200,7 +200,7 @@
 }
 
 if (typeof(datalink) === 'undefined')datalink = 'false';
-if (typeof(activatedimension) === 'undefined')datalink = 'false';
+if (typeof(activatedimension) === 'undefined')activatedimension = 'false';
 
 var defaultMetadataUrl = '../php/mod_showMetadata.php?resource=layer&layout=tabs&';
 if (redirectToMetadataUrl) {



More information about the Mapbender_commits mailing list