Index: trunk/phase3/includes/SpecialRevisiondelete.php |
— | — | @@ -49,7 +49,6 @@ |
50 | 50 | if( $wgUser->isAllowed( 'suppress' ) ){ |
51 | 51 | $wgOut->addHTML( "<h2>" . htmlspecialchars( LogPage::logName( 'suppress' ) ) . "</h2>\n" ); |
52 | 52 | LogEventsList::showLogExtract( $wgOut, 'suppress', $page->getPrefixedText() ); |
53 | | - $logViewer->showList( $wgOut ); |
54 | 53 | } |
55 | 54 | } |
56 | 55 | } |