From b383ade3929d68aed7a7c4bc507cd7bef0ed5a95 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 2 Apr 2008 13:17:50 +0000 Subject: [PATCH] Make dead show/hide links --- includes/LogEventList.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/LogEventList.php b/includes/LogEventList.php index 467bc2a38f..0946f4a877 100644 --- a/includes/LogEventList.php +++ b/includes/LogEventList.php @@ -276,7 +276,8 @@ class LogEventList { if( !LogPage::userCan( $row, Revision::DELETED_RESTRICTED ) ) { $del = $this->message['rev-delundel']; } else if( $row->log_type == 'suppress' ) { - return ''; // No one should be hiding from the oversight log + // No one should be hiding from the oversight log + $del = $this->message['rev-delundel']; } else { $del = $this->skin->makeKnownLinkObj( $revdel, $this->message['rev-delundel'], 'logid='.$row->log_id ); // Bolden oversighted content -- 2.20.1