Index: trunk/extensions/ParserFunctions/ParserFunctions_body.php |
— | — | @@ -211,7 +211,6 @@ |
212 | 212 | # Multiple input match |
213 | 213 | return trim( $frame->expand( $valueNode ) ); |
214 | 214 | } else { |
215 | | - $test = trim( $frame->expand( $nameNode ) ); |
216 | 215 | if ( $test == $primary ) { |
217 | 216 | # Found a match, return now |
218 | 217 | return trim( $frame->expand( $valueNode ) ); |