From 41cf4bec181ebb1cdcb59bed1b86c61bd0dcd7ad Mon Sep 17 00:00:00 2001 From: Antonio Viscomi Date: Thu, 6 Feb 2025 13:59:01 +0100 Subject: [PATCH] Update lizmap/modules/lizmap/classes/lizmapServices.class.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Étienne Trimaille --- lizmap/modules/lizmap/classes/lizmapServices.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lizmap/modules/lizmap/classes/lizmapServices.class.php b/lizmap/modules/lizmap/classes/lizmapServices.class.php index fc22f4694a..10afedfe2e 100644 --- a/lizmap/modules/lizmap/classes/lizmapServices.class.php +++ b/lizmap/modules/lizmap/classes/lizmapServices.class.php @@ -627,7 +627,7 @@ public function getHostLizmapAPI() { if (empty($this->lizmapPluginAPIURL)) { // When the Lizmap API URL is not set, we use the WMS server URL only - // and we add '/lizmap'/ at then end + // and we add '/lizmap' at then end return rtrim($this->wmsServerURL, '/').'/lizmap'; }