r62123 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62122‎ | r62123 | r62124 >
Date:11:30, 8 February 2010
Author:demon
Status:ok
Tags:
Comment:
Cleanup r62111, don't pass by reference
Modified paths:
  • /trunk/phase3/includes/parser/CoreParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/CoreParserFunctions.php
@@ -459,7 +459,7 @@
460460 * Performs the pipetrick and then url encodes the result
461461 */
462462 static function pipetricke( $parser, $link = '', $text = '' ) {
463 - return wfUrlEncode( str_replace( ' ', '_', CoreParserFunctions::pipetrick( &$parser, $link, $text ) ) );
 463+ return wfUrlEncode( str_replace( ' ', '_', self::pipetrick( $parser, $link, $text ) ) );
464464 }
465465
466466 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62111partial revert for r62081. Make {{PIPETRICK}} like {{PAGENAME}}, add {{PIPETR...conrad02:07, 8 February 2010

Status & tagging log