r60484 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60483‎ | r60484 | r60485 >
Date:20:26, 29 December 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fix for siebrand :p
Modified paths:
  • /trunk/extensions/Maps/ParserFunctions/DisplayPoint/Maps_BasePointMap.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/ParserFunctions/DisplayPoint/Maps_BasePointMap.php
@@ -194,7 +194,7 @@
195195 /**
196196 * Escape function for titles and labels.
197197 */
198 - private function doEscaping(&$text) {
 198+ private function doEscaping($text) {
199199 // TODO: links do not get escaped properly yet.
200200 return str_replace("'", "\'", $text);
201201 }

Status & tagging log