r24440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24439‎ | r24440 | r24441 >
Date:22:03, 29 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Left in a comment
Modified paths:
  • /trunk/phase3/includes/FileRevertForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/FileRevertForm.php
@@ -41,7 +41,6 @@
4242 // here; surely it should show the image or something? -- RC
4343 $article = new Article( $this->title );
4444 $wgOut->readOnlyPage( $article->getContent(), true );
45 - //$wgOut->readOnlyPage( new Article( $this->title )->getContent(), true );
4645 return;
4746 } elseif( $wgUser->isBlocked() ) {
4847 $wgOut->blockedPage();

Follow-up revisions

RevisionCommit summaryAuthorDate
r24502Merged revisions 24415-24479 via svnmerge from...david22:31, 31 July 2007

Status & tagging log