r81423 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81422‎ | r81423 | r81424 >
Date:22:11, 2 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
small fix to script path
Modified paths:
  • /branches/Maps0.8/Maps.php (modified) (history)

Diff [purge]

Index: branches/Maps0.8/Maps.php
@@ -48,7 +48,7 @@
4949 define( 'Maps_COORDS_DM', 'dm' );
5050 define( 'Maps_COORDS_DD', 'dd' );
5151
52 - $egMapsScriptPath = $wgExtensionAssetsPath . '/Maps';
 52+ $egMapsScriptPath = ( $wgExtensionAssetsPath === false ? '/extensions' : $wgExtensionAssetsPath ) . '/Maps';
5353 $egMapsDir = dirname( __FILE__ ) . '/';
5454
5555 $egMapsStyleVersion = $wgStyleVersion . '-' . Maps_VERSION;

Status & tagging log