[Mapbender-commits] r6952 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Sep 28 05:25:09 EDT 2010
Author: christoph
Date: 2010-09-28 09:25:09 +0000 (Tue, 28 Sep 2010)
New Revision: 6952
Modified:
trunk/mapbender/http/classes/class_wms.php
Log:
http://trac.osgeo.org/mapbender/ticket/707
Modified: trunk/mapbender/http/classes/class_wms.php
===================================================================
--- trunk/mapbender/http/classes/class_wms.php 2010-09-28 09:23:24 UTC (rev 6951)
+++ trunk/mapbender/http/classes/class_wms.php 2010-09-28 09:25:09 UTC (rev 6952)
@@ -376,7 +376,7 @@
while (count($wmsArray) > 0) {
$currentWms = array_pop($wmsArray);
-$isNewWms = true;
+ $isNewWms = true;
if (get_class($currentWms) != "wms") {
$e = new mb_notice("class_wms.php: merge(): current WMS is not a WMS object, but a " . get_class($currentWms));
More information about the Mapbender_commits
mailing list