r43488 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43487‎ | r43488 | r43489 >
Date:10:43, 14 November 2008
Author:siebrand
Status:ok
Tags:
Comment:
Fix typos in r43487.
Modified paths:
  • /trunk/extensions/SlippyMap/SlippyMap.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SlippyMap/SlippyMap.class.php
@@ -72,9 +72,9 @@
7373 if ( isset( $argv['lon'] ) ) {
7474 $lon = $argv['lon'];
7575 } else if ( isset( $oldStyleParams['lon'] ) ) {
76 - $layer = $oldStyleParams['lon'];
 76+ $lon = $oldStyleParams['lon'];
7777 } else {
78 - $layer = '';
 78+ $lon = '';
7979 }
8080 if ( isset( $argv['z'] ) ) {
8181 $zoom = $argv['z'];

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r43487Fix another bunch of PHP notices, and prettify the error messages a bit if mu...siebrand10:41, 14 November 2008

Status & tagging log