[Mapbender-commits] r2350 - branches/2.4.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Apr 7 06:37:11 EDT 2008
Author: verenadiewald
Date: 2008-04-07 06:37:11 -0400 (Mon, 07 Apr 2008)
New Revision: 2350
Modified:
branches/2.4.5/http/javascripts/mod_wfs_gazetteer_client.php
Log:
added missing "new" to line 111
Modified: branches/2.4.5/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- branches/2.4.5/http/javascripts/mod_wfs_gazetteer_client.php 2008-04-07 10:25:13 UTC (rev 2349)
+++ branches/2.4.5/http/javascripts/mod_wfs_gazetteer_client.php 2008-04-07 10:37:11 UTC (rev 2350)
@@ -108,7 +108,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