From: Mr. E23 Date: Sun, 14 Mar 2004 13:42:16 +0000 (+0000) Subject: Fixed broken edit conflict page X-Git-Tag: 1.3.0beta1~794 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b4ab8a73b5b6b18801684b355961c9f1b4856733;p=lhc%2Fweb%2Fwiklou.git Fixed broken edit conflict page --- diff --git a/includes/EditPage.php b/includes/EditPage.php index d07630d669..f69192476b 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -355,12 +355,12 @@ htmlspecialchars( $wgLang->recodeForEdit( $this->textbox1 ) ) . if ( $isConflict ) { $wgOut->addHTML( "

" . wfMsg( "yourdiff" ) . "

\n" ); - DifferenceEngine::showDiff( $wpTextbox2, $wpTextbox1, + DifferenceEngine::showDiff( $this->textbox2, $this->textbox1, wfMsg( "yourtext" ), wfMsg( "storedversion" ) ); $wgOut->addHTML( "

" . wfMsg( "yourtext" ) . "

" ); }