Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_KMLPrinter.php |
— | — | @@ -20,7 +20,6 @@ |
21 | 21 | */ |
22 | 22 | public function __construct( $format, $inline ) { |
23 | 23 | parent::__construct( $format, $inline ); |
24 | | - $this->useValidator = true; |
25 | 24 | } |
26 | 25 | |
27 | 26 | /** |
— | — | @@ -51,7 +50,7 @@ |
52 | 51 | * @param $outputmode |
53 | 52 | */ |
54 | 53 | protected function handleParameters( array $params, $outputmode ) { |
55 | | - $this->m_params = $params; |
| 54 | + $this->params = $params; |
56 | 55 | } |
57 | 56 | |
58 | 57 | /** |