r74979 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74978‎ | r74979 | r74980 >
Date:23:40, 18 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed issue caused by earlier refactoring
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
@@ -243,7 +243,7 @@
244244 $e = Xml::escapeJsString( wfMsgForContent( 'maps-abb-east' ) );
245245 $s = Xml::escapeJsString( wfMsgForContent( 'maps-abb-south' ) );
246246 $w = Xml::escapeJsString( wfMsgForContent( 'maps-abb-west' ) );
247 - $deg = Xml::escapeJsString( Maps_GEO_DEG );
 247+ $deg = Xml::escapeJsString( MapsCoordinateParser::SYMBOL_DEG );
248248
249249 $wgOut->addInlineScript(
250250 <<<EOT

Status & tagging log