[Mapbender-commits] r3356 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Dec 19 07:56:28 EST 2008
Author: christoph
Date: 2008-12-19 07:56:28 -0500 (Fri, 19 Dec 2008)
New Revision: 3356
Modified:
branches/2.5/http/classes/class_wfs_conf.php
Log:
The WFS Gazetteer window did not appear. No WFS conf was found. Now fixed.
I introduced this bug accidentally when working on http://trac.osgeo.org/mapbender/ticket/347
Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php 2008-12-17 10:33:47 UTC (rev 3355)
+++ branches/2.5/http/classes/class_wfs_conf.php 2008-12-19 12:56:28 UTC (rev 3356)
@@ -69,7 +69,7 @@
$idArray = array_intersect($idArray, $user->getWfsConfByPermission());
}
- return $this->getWfsConfFromDbByArray($idArray);
+ return $this->getWfsConfFromDB($idArray);
}
// parameter is invalid
else {
More information about the Mapbender_commits
mailing list