Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -4307,7 +4307,6 @@ |
4308 | 4308 | */ |
4309 | 4309 | public function startExternalParse( &$title, $options, $outputType, $clearState = true ) { |
4310 | 4310 | $this->setTitle( $title ); |
4311 | | - $options->resetUsage(); |
4312 | 4311 | $this->mOptions = $options; |
4313 | 4312 | $this->setOutputType( $outputType ); |
4314 | 4313 | if ( $clearState ) { |
— | — | @@ -5210,7 +5209,6 @@ |
5211 | 5210 | $title = Title::newFromText( $title ); |
5212 | 5211 | } |
5213 | 5212 | $this->mTitle = $title; |
5214 | | - $options->resetUsage(); |
5215 | 5213 | $this->setOutputType( $outputType ); |
5216 | 5214 | $text = $this->replaceVariables( $text ); |
5217 | 5215 | $text = $this->mStripState->unstripBoth( $text ); |