Merge "Improve UI for blacklist preference"

This commit is contained in:
jenkins-bot 2017-06-30 14:31:14 +00:00 committed by Gerrit Code Review
commit 3bfdff2dfc

View file

@ -484,7 +484,7 @@ class EchoHooks {
if ( $wgEchoPerUserBlacklist ) {
$preferences['echo-notifications-blacklist'] = [
'type' => 'textarea',
'type' => 'usersmultiselect',
'label-message' => 'echo-pref-notifications-blacklist',
'section' => 'echo/blocknotificationslist',
];