r65948 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65947‎ | r65948 | r65949 >
Date:09:22, 5 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Bugfix
Modified paths:
  • /trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php (modified) (history)
  • /trunk/extensions/Maps/Features/DisplayPoint/Maps_BasePointMap.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Features/DisplayPoint/Maps_BasePointMap.php
@@ -64,7 +64,7 @@
6565 * @return array
6666 */
6767 public function getFeatureParameters() {
68 - global $egMapsDefaultServices, $egMapsDefaultTitle, $egMapsDefaultLabel;
 68+ global $egMapsDefaultServices, $egMapsDefaultTitle, $egMapsDefaultLabel, $egMapsMapWidth, $egMapsMapHeight;
6969
7070 return array(
7171 'width' => array(
Index: trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php
@@ -63,7 +63,7 @@
6464 * @return array
6565 */
6666 public function getFeatureParameters() {
67 - global $egMapsDefaultServices;
 67+ global $egMapsDefaultServices, $egMapsMapWidth, $egMapsMapHeight;
6868
6969 return array(
7070 'width' => array(

Status & tagging log