Index: trunk/phase3/includes/FileRevertForm.php |
— | — | @@ -41,7 +41,6 @@ |
42 | 42 | // here; surely it should show the image or something? -- RC |
43 | 43 | $article = new Article( $this->title ); |
44 | 44 | $wgOut->readOnlyPage( $article->getContent(), true ); |
45 | | - //$wgOut->readOnlyPage( new Article( $this->title )->getContent(), true ); |
46 | 45 | return; |
47 | 46 | } elseif( $wgUser->isBlocked() ) { |
48 | 47 | $wgOut->blockedPage(); |