r112202 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112201‎ | r112202 | r112203 >
Date:13:48, 23 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_KMLPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_KMLPrinter.php
@@ -20,7 +20,6 @@
2121 */
2222 public function __construct( $format, $inline ) {
2323 parent::__construct( $format, $inline );
24 - $this->useValidator = true;
2524 }
2625
2726 /**
@@ -51,7 +50,7 @@
5251 * @param $outputmode
5352 */
5453 protected function handleParameters( array $params, $outputmode ) {
55 - $this->m_params = $params;
 54+ $this->params = $params;
5655 }
5756
5857 /**