[Mapbender-commits] r10217 - trunk/mapbender/http_auth/http
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Aug 26 02:38:01 PDT 2019
Author: armin11
Date: 2019-08-26 02:38:01 -0700 (Mon, 26 Aug 2019)
New Revision: 10217
Modified:
trunk/mapbender/http_auth/http/index.php
Log:
Bugfix
Modified: trunk/mapbender/http_auth/http/index.php
===================================================================
--- trunk/mapbender/http_auth/http/index.php 2019-08-24 04:41:55 UTC (rev 10216)
+++ trunk/mapbender/http_auth/http/index.php 2019-08-26 09:38:01 UTC (rev 10217)
@@ -1165,7 +1165,7 @@
}
if ($postData == false) {
if ($auth) { //new for HTTP Authentication
- $d = new connector($request, true);
+ $d = new connector($request, $auth);
} else {
$d = new connector($request);
}
More information about the Mapbender_commits
mailing list