MathiasLidal has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/123204

Change subject: Add missing / between directories
......................................................................

Add missing / between directories

Change-Id: I2baa88371e7fc350aebbd30fef49368c31955c45
---
M includes/services/GoogleMaps3/GoogleMaps3.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Maps 
refs/changes/04/123204/1

diff --git a/includes/services/GoogleMaps3/GoogleMaps3.php 
b/includes/services/GoogleMaps3/GoogleMaps3.php
index 67b2a39..9d08fb4 100644
--- a/includes/services/GoogleMaps3/GoogleMaps3.php
+++ b/includes/services/GoogleMaps3/GoogleMaps3.php
@@ -61,7 +61,7 @@
 
        $wgResourceModules['ext.maps.gm3.geoxml'] = array(
                'localBasePath' => __DIR__ . '/geoxml3',
-               'remoteExtPath' => '..' . substr( __DIR__, strlen( 
$GLOBALS['IP'] ) ) . 'geoxml3',
+               'remoteExtPath' => '..' . substr( __DIR__, strlen( 
$GLOBALS['IP'] ) ) . '/geoxml3',
                'group' => 'ext.maps',
                'scripts' => array(
                        'geoxml3.js',

-- 
To view, visit https://gerrit.wikimedia.org/r/123204
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2baa88371e7fc350aebbd30fef49368c31955c45
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Maps
Gerrit-Branch: master
Gerrit-Owner: MathiasLidal <mathiasli...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to