Remove leftover line
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 3 Apr 2008 01:15:20 +0000 (01:15 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 3 Apr 2008 01:15:20 +0000 (01:15 +0000)
includes/SpecialRevisiondelete.php

index 0a23031..07de70d 100644 (file)
@@ -49,7 +49,6 @@ function wfSpecialRevisiondelete( $par = null ) {
                if( $wgUser->isAllowed( 'suppress' ) ){
                        $wgOut->addHTML( "<h2>" . htmlspecialchars( LogPage::logName( 'suppress' ) ) . "</h2>\n" );
                        LogEventsList::showLogExtract( $wgOut, 'suppress', $page->getPrefixedText() );
-                       $logViewer->showList( $wgOut );
                }
        }
 }