From e7889db3454e2b645d9d9f0215f75f0489e1bd88 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 3 Apr 2008 01:15:20 +0000 Subject: [PATCH] Remove leftover line --- includes/SpecialRevisiondelete.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/SpecialRevisiondelete.php b/includes/SpecialRevisiondelete.php index 0a23031b8c..07de70d5c7 100644 --- a/includes/SpecialRevisiondelete.php +++ b/includes/SpecialRevisiondelete.php @@ -49,7 +49,6 @@ function wfSpecialRevisiondelete( $par = null ) { if( $wgUser->isAllowed( 'suppress' ) ){ $wgOut->addHTML( "

" . htmlspecialchars( LogPage::logName( 'suppress' ) ) . "

\n" ); LogEventsList::showLogExtract( $wgOut, 'suppress', $page->getPrefixedText() ); - $logViewer->showList( $wgOut ); } } } -- 2.20.1