r92468 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92467‎ | r92468 | r92469 >
Date:20:23, 18 July 2011
Author:jeroendedauw
Status:deferred
Tags:lamecommitsummary 
Comment:
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryHandler.php
@@ -424,7 +424,7 @@
425425 protected function buildLocationsList( array $locations, $title, $text, $icon, array $properties ) {
426426 if ( $this->template ) {
427427 global $wgParser;
428 - $parser = clone $wgParser;
 428+ $parser = $wgParser;
429429 }
430430 else {
431431 $text .= implode( '<br />', $properties );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92457fixed parser issue with mw 1.17jeroendedauw19:18, 18 July 2011

Status & tagging log