From: Brion Vibber Date: Fri, 11 Jun 2004 23:28:50 +0000 (+0000) Subject: Remove damage to diffs X-Git-Tag: 1.5.0alpha1~2906 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=6ee454753982150f6370ae0c29265ab24370e60d;p=lhc%2Fweb%2Fwiklou.git Remove damage to diffs --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index ffe3b6f472..ec25397d9a 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -121,7 +121,7 @@ cellpadding='0' cellspacing='4px' class='diff'> global $wgTitle, $wgOut, $wgLang, $wgIsMySQL, $wgIsPg; $fname = "DifferenceEngine::loadText"; - $oldtable=wgIsPg?'"old"':'old'; + $oldtable=$wgIsPg?'"old"':'old'; if ( 0 == $this->mNewid || 0 == $this->mOldid ) { $wgOut->setArticleFlag( true ); $this->mNewtitle = wfMsg( "currentrev" );