From 4d2fbef8538deb8afe42b2bb0e7c6ec06e9a8892 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 29 Jul 2007 22:03:22 +0000 Subject: [PATCH] Left in a comment --- includes/FileRevertForm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/FileRevertForm.php b/includes/FileRevertForm.php index 68b3b677fb..8d3b41262c 100644 --- a/includes/FileRevertForm.php +++ b/includes/FileRevertForm.php @@ -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(); -- 2.20.1