From: Aaron Schulz Date: Thu, 3 Apr 2008 01:15:20 +0000 (+0000) Subject: Remove leftover line X-Git-Tag: 1.31.0-rc.0~48649 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=e7889db3454e2b645d9d9f0215f75f0489e1bd88;p=lhc%2Fweb%2Fwiklou.git Remove leftover line --- 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 ); } } }