r92431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92430‎ | r92431 | r92432 >
Date:14:11, 18 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fixed name fail
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
@@ -254,7 +254,7 @@
255255
256256 return Html::inlineScript(
257257 MapsMapper::getBaseMapJSON( $this->service->getName() )
258 - . "maps.{$this->service->getName()}.{$mapName}=" . json_encode( $object ) . ';'
 258+ . "mwmaps.{$this->service->getName()}.{$mapName}=" . json_encode( $object ) . ';'
259259 );
260260 }
261261