Don't show deleted comments
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 9 Mar 2008 02:38:08 +0000 (02:38 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 9 Mar 2008 02:38:08 +0000 (02:38 +0000)
includes/SpecialContributions.php

index 6bed790..59bd77c 100644 (file)
@@ -152,7 +152,7 @@ class ContribsPager extends ReverseChronologicalPager {
                }
                $histlink='('.$sk->makeKnownLinkObj( $page, $this->messages['hist'], 'action=history' ) . ')';
 
-               $comment = $wgContLang->getDirMark() . $sk->revComment( $rev );
+               $comment = $wgContLang->getDirMark() . $sk->revComment( $rev, false, true );
                $d = $wgLang->timeanddate( wfTimestamp( TS_MW, $row->rev_timestamp ), true );
                
                if( $this->target == 'newbies' ) {