From 9e0e345d41e557f2fbb344d1f8f358b92d15220f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 8 Apr 2008 21:22:44 +0000 Subject: [PATCH] Don't copy over, append --- includes/LogEventsList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 69e54da5de..f8cf0f3497 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -159,7 +159,7 @@ class LogEventsList { if( self::isDeleted($row,LogPage::DELETED_USER) ) { $userLink = '' . wfMsgHtml( 'rev-deleted-user' ) . ''; } else { - $userLink = $this->skin->userLink( $row->log_user, $row->user_name ); + $userLink = $this->skin->userLink( $row->log_user, $row->user_name ) . $this->skin->userToolLinks( $row->log_user, $row->user_name ); } // Comment -- 2.20.1