r22932 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22931‎ | r22932 | r22933 >
Date:19:49, 12 June 2007
Author:brion
Status:old
Tags:
Comment:
Fix regression in 22905
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -610,6 +610,7 @@
611611 if( $this->editintro ) {
612612 $title = Title::newFromText( $this->editintro );
613613 if( $title instanceof Title && $title->exists() && $title->userCanRead() ) {
 614+ global $wgOut;
614615 $revision = Revision::newFromTitle( $title );
615616 $wgOut->addSecondaryWikiText( $revision->getText() );
616617 return true;

Follow-up revisions

RevisionCommit summaryAuthorDate
r22935Merged revisions 22919-22934 via svnmerge from...david20:04, 12 June 2007

Status & tagging log