[Mapbender-commits] r2320 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Apr 1 08:44:25 EDT 2008


Author: christoph
Date: 2008-04-01 08:44:25 -0400 (Tue, 01 Apr 2008)
New Revision: 2320

Modified:
   branches/2.5/http/javascripts/mod_wfs_gazetteer_client.php
Log:
missing "new"

Modified: branches/2.5/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- branches/2.5/http/javascripts/mod_wfs_gazetteer_client.php	2008-04-01 10:04:12 UTC (rev 2319)
+++ branches/2.5/http/javascripts/mod_wfs_gazetteer_client.php	2008-04-01 12:44:25 UTC (rev 2320)
@@ -157,7 +157,7 @@
 			}
 		}
 		if (wfsCount === 0) {
-			var e = parent.Mb_exception("no wfs conf id available.");
+			var e = new parent.Mb_exception("no wfs conf id available.");
 		}
 		else if (wfsCount === 1) {
 			appendStyles();



More information about the Mapbender_commits mailing list