r69375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69374‎ | r69375 | r69376 >
Date:02:01, 15 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Small fix
Modified paths:
  • /trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMaps.php
@@ -114,7 +114,7 @@
115115 $egYahooMapsOnThisPage++;
116116 }
117117
118 - return $egYahooMapsOnThisPage . '_' . $egOSMOnThisPage;
 118+ return $egMapsYahooMapsPrefix . '_' . $egYahooMapsOnThisPage;
119119 }
120120
121121 /**

Status & tagging log