Index: trunk/phase3/includes/Article.php |
— | — | @@ -372,7 +372,7 @@ |
373 | 373 | if ( $wgRequest->getCheck( 'diff' ) ) { |
374 | 374 | wfDebug( __METHOD__ . ": showing diff page\n" ); |
375 | 375 | # Manually setting action=diff. Bug 25800 |
376 | | - $wgRequest->setVal( 'action', 'diff' ); |
| 376 | + $wgRequest->setVal( 'action', 'historysubmit' ); |
377 | 377 | $this->showDiffPage(); |
378 | 378 | wfProfileOut( __METHOD__ ); |
379 | 379 | |