jenkins-bot has submitted this change and it was merged.

Change subject: Allow gather-hidelist to be used in global user groups
......................................................................


Allow gather-hidelist to be used in global user groups

Bug: T94652
Change-Id: I77ec5a14ff317d14f27c8fbe9fb23019197961cb
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 59a33c7..637a459 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -3028,6 +3028,9 @@
 
 $wgImgAuthDetails = true;
 
+// Enable gather-hidelist for global user groups - JRA 4-1-2015 T94652
+$wgAvailableRights[] = 'gather-hidelist';
+
 if ( file_exists( "$wmfConfigDir/extension-list-$wmfVersionNumber" ) ) {
        // Version specific extension-list files
        //

-- 
To view, visit https://gerrit.wikimedia.org/r/201093
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I77ec5a14ff317d14f27c8fbe9fb23019197961cb
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jalexander <jalexan...@wikimedia.org>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: Jalexander <jalexan...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to