From: Leo Koppelkamm Date: Mon, 11 Jul 2011 11:05:24 +0000 (+0000) Subject: r91870 : Got tricked into believing it was action=diff instead of action=historysubmit X-Git-Tag: 1.31.0-rc.0~28936 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=31cde5c6690a073b1ebc1eccc899a78ad21fab3d;p=lhc%2Fweb%2Fwiklou.git r91870 : Got tricked into believing it was action=diff instead of action=historysubmit --- 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__ );