Index: trunk/phase3/includes/parser/CoreParserFunctions.php |
— | — | @@ -459,7 +459,7 @@ |
460 | 460 | * Performs the pipetrick and then url encodes the result |
461 | 461 | */ |
462 | 462 | 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 ) ) ); |
464 | 464 | } |
465 | 465 | |
466 | 466 | /** |