Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3267,7 +3267,7 @@ |
3268 | 3268 | $ret = SpecialPageFactory::capturePath( $title, $context ); |
3269 | 3269 | if ( $ret ) { |
3270 | 3270 | $text = $context->getOutput()->getHTML(); |
3271 | | - $this->mOutput->addOutputPage( $context->getOutput() ); |
| 3271 | + $this->mOutput->addOutputPageMetadata( $context->getOutput() ); |
3272 | 3272 | $found = true; |
3273 | 3273 | $isHTML = true; |
3274 | 3274 | $this->disableCache(); |
Index: trunk/phase3/includes/parser/ParserOutput.php |
— | — | @@ -361,7 +361,7 @@ |
362 | 362 | * |
363 | 363 | * @param $out OutputPage object |
364 | 364 | */ |
365 | | - public function addOutputPage( OutputPage $out ) { |
| 365 | + public function addOutputPageMetadata( OutputPage $out ) { |
366 | 366 | $this->addModules( $out->getModules() ); |
367 | 367 | $this->addModuleScripts( $out->getModuleScripts() ); |
368 | 368 | $this->addModuleStyles( $out->getModuleStyles() ); |