Index: trunk/phase3/includes/SpecialRevisiondelete.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | # does not exist...might be helpful |
52 | 52 | $wgOut->addHTML( "<h2>" . htmlspecialchars( LogPage::logName( 'delete' ) ) . "</h2>\n" ); |
53 | 53 | LogEventsList::showLogExtract( $wgOut, 'delete', $page->getPrefixedText() ); |
54 | | - if( $wgUser->isAllowed( 'suppress' ) ){ |
| 54 | + if( $wgUser->isAllowed( 'suppressionlog' ) ){ |
55 | 55 | $wgOut->addHTML( "<h2>" . htmlspecialchars( LogPage::logName( 'suppress' ) ) . "</h2>\n" ); |
56 | 56 | LogEventsList::showLogExtract( $wgOut, 'suppress', $page->getPrefixedText() ); |
57 | 57 | } |