From: Alexandre Emsenhuber Date: Wed, 30 May 2012 11:46:52 +0000 (+0200) Subject: Follow-up Idae8d920 (8c65834): no need to call getContext() and escape the message. X-Git-Tag: 1.31.0-rc.0~23216^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=8cf3d21ac5757013dde292bb70ac6e1980440b3f;p=lhc%2Fweb%2Fwiklou.git Follow-up Idae8d920 (8c65834): no need to call getContext() and escape the message. Change-Id: I6a6b06be19d4fb655674c2e930a7e5f52374fbe2 --- 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";