Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php |
— | — | @@ -424,7 +424,7 @@ |
425 | 425 | protected function buildLocationsList( array $locations, $title, $text, $icon, array $properties ) { |
426 | 426 | if ( $this->template ) { |
427 | 427 | global $wgParser; |
428 | | - $parser = clone $wgParser; |
| 428 | + $parser = $wgParser; |
429 | 429 | } |
430 | 430 | else { |
431 | 431 | $text .= implode( '<br />', $properties ); |