From: Chad Horohoe Date: Wed, 5 May 2010 23:28:00 +0000 (+0000) Subject: Same X-Git-Tag: 1.31.0-rc.0~36933 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=c947fe6989eed4349645d2e179e8670a0ad9f5ad;p=lhc%2Fweb%2Fwiklou.git Same --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 17df29af6b..b9b39073a4 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -865,7 +865,7 @@ class UndeleteForm { function showDiff( $previousRev, $currentRev ) { global $wgOut; - $diffEngine = new DifferenceEngine(); + $diffEngine = new DifferenceEngine( $previousRev->getTitle() ); $diffEngine->showDiffStyle(); $wgOut->addHTML( "
" .