[Mapbender-commits] r6424 - branches/2.5/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 24 05:52:24 EDT 2010


Author: christoph
Date: 2010-06-24 09:52:24 +0000 (Thu, 24 Jun 2010)
New Revision: 6424

Modified:
   branches/2.5/http/classes/class_wfs.php
Log:
http://trac.osgeo.org/mapbender/ticket/648

Modified: branches/2.5/http/classes/class_wfs.php
===================================================================
--- branches/2.5/http/classes/class_wfs.php	2010-06-24 09:30:24 UTC (rev 6423)
+++ branches/2.5/http/classes/class_wfs.php	2010-06-24 09:52:24 UTC (rev 6424)
@@ -760,7 +760,7 @@
 	
 	function featuretype($name,$title,$abstract,$srs,$url,$version){
 
-		$url .= getConjunctionCharacter($url) . "&SERVICE=WFS&VERSION=".$version."&REQUEST=DescribeFeatureType&TYPENAME=".$name;
+		$url .= $this->getConjunctionCharacter($url) . "&SERVICE=WFS&VERSION=".$version."&REQUEST=DescribeFeatureType&TYPENAME=".$name;
 		
 		$this->featuretype_name = $name;
 		$this->featuretype_title = $title;



More information about the Mapbender_commits mailing list