r65642 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65641‎ | r65642 | r65643 >
Date:22:44, 28 April 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed typo causing the zoom for maps via display_map not to get set when specified.
Modified paths:
  • /trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php
@@ -97,7 +97,7 @@
9898 $this->setCentre();
9999
100100 if ( $this->zoom == 'null' ) {
101 - $htis->zoom = $this->getDefaultZoom();
 101+ $this->zoom = $this->getDefaultZoom();
102102 }
103103
104104 $this->addSpecificMapHTML( $parser );

Status & tagging log