From: Chad Horohoe Date: Tue, 19 Apr 2011 14:04:00 +0000 (+0000) Subject: (bug 28610) unsegement is not a word X-Git-Tag: 1.31.0-rc.0~30706 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=716fd5bd7645de208986351e616485c4424206d4;p=lhc%2Fweb%2Fwiklou.git (bug 28610) unsegement is not a word --- diff --git a/includes/diff/DifferenceEngine.php b/includes/diff/DifferenceEngine.php index 4dabcd1ffb..e2b3c1133d 100644 --- a/includes/diff/DifferenceEngine.php +++ b/includes/diff/DifferenceEngine.php @@ -726,7 +726,7 @@ CONTROL; # input text to be HTML-escaped already $otext = htmlspecialchars ( $wgContLang->segmentForDiff( $otext ) ); $ntext = htmlspecialchars ( $wgContLang->segmentForDiff( $ntext ) ); - return $wgContLang->unsegementForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) . + return $wgContLang->unsegmentForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) . $this->debug( 'wikidiff1' ); }