Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -610,6 +610,7 @@ |
611 | 611 | if( $this->editintro ) { |
612 | 612 | $title = Title::newFromText( $this->editintro ); |
613 | 613 | if( $title instanceof Title && $title->exists() && $title->userCanRead() ) { |
| 614 | + global $wgOut; |
614 | 615 | $revision = Revision::newFromTitle( $title ); |
615 | 616 | $wgOut->addSecondaryWikiText( $revision->getText() ); |
616 | 617 | return true; |