Remove damage to diffs
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 11 Jun 2004 23:28:50 +0000 (23:28 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 11 Jun 2004 23:28:50 +0000 (23:28 +0000)
includes/DifferenceEngine.php

index ffe3b6f..ec25397 100644 (file)
@@ -121,7 +121,7 @@ cellpadding='0' cellspacing='4px' class='diff'><tr>
                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" );