[Mapbender-commits] r7038 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Oct 11 05:03:05 EDT 2010
Author: armin11
Date: 2010-10-11 02:03:04 -0700 (Mon, 11 Oct 2010)
New Revision: 7038
Modified:
trunk/mapbender/lib/class_Monitor.php
Log:
Bugfixing
Modified: trunk/mapbender/lib/class_Monitor.php
===================================================================
--- trunk/mapbender/lib/class_Monitor.php 2010-10-11 05:49:15 UTC (rev 7037)
+++ trunk/mapbender/lib/class_Monitor.php 2010-10-11 09:03:04 UTC (rev 7038)
@@ -90,7 +90,7 @@
//$this->remoteXML = $remoteWms->wms_getcapabilities_doc;
- if isset($auth) {
+ if (isset($auth)) {
$capObject = new connector($this->capabilitiesURL,$auth);
} else {
$capObject = new connector($this->capabilitiesURL);
@@ -152,7 +152,7 @@
$this->mapURL = urldecode($this->getTagOutOfXML($this->reportFile,'getmapurl'));
//$e=new mb_exception("mapurl:".$this->mapURL);
- if isset($auth) {
+ if (isset($auth)) {
if ($this->isImage($this->mapURL,$auth)) {
$this->returnsImage = 1;
}
More information about the Mapbender_commits
mailing list