From 31cde5c6690a073b1ebc1eccc899a78ad21fab3d Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Mon, 11 Jul 2011 11:05:24 +0000 Subject: [PATCH] r91870 : Got tricked into believing it was action=diff instead of action=historysubmit --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 56c3e78790..5d9a15a3f3 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -372,7 +372,7 @@ class Article extends Page { if ( $wgRequest->getCheck( 'diff' ) ) { wfDebug( __METHOD__ . ": showing diff page\n" ); # Manually setting action=diff. Bug 25800 - $wgRequest->setVal( 'action', 'diff' ); + $wgRequest->setVal( 'action', 'historysubmit' ); $this->showDiffPage(); wfProfileOut( __METHOD__ ); -- 2.20.1