Left in a comment
authorRob Church <robchurch@users.mediawiki.org>
Sun, 29 Jul 2007 22:03:22 +0000 (22:03 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 29 Jul 2007 22:03:22 +0000 (22:03 +0000)
includes/FileRevertForm.php

index 68b3b67..8d3b412 100644 (file)
@@ -41,7 +41,6 @@ class FileRevertForm {
                        // here; surely it should show the image or something? -- RC
                        $article = new Article( $this->title );
                        $wgOut->readOnlyPage( $article->getContent(), true );
-                       //$wgOut->readOnlyPage( new Article( $this->title )->getContent(), true );
                        return;
                } elseif( $wgUser->isBlocked() ) {
                        $wgOut->blockedPage();