From 8cf3d21ac5757013dde292bb70ac6e1980440b3f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 30 May 2012 13:46:52 +0200 Subject: [PATCH] Follow-up Idae8d920 (8c65834): no need to call getContext() and escape the message. Change-Id: I6a6b06be19d4fb655674c2e930a7e5f52374fbe2 --- includes/ChangesList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/ChangesList.php b/includes/ChangesList.php index d280c9a759..2896aa7cc2 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -875,9 +875,9 @@ class EnhancedChangesList extends ChangesList { } $users = ' ' - . $this->getContext()->msg( 'brackets' )->rawParams( + . $this->msg( 'brackets' )->rawParams( implode( $this->message['semicolon-separator'], $users ) - )->plain() . ''; + )->escaped() . ''; $tl = ''; $r .= "$tl"; -- 2.20.1