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

Change subject: Fix typo in ptwiki flagged revs config
......................................................................


Fix typo in ptwiki flagged revs config

Change-Id: I98178225c9996bf681aea794a0f10dcf50868207
---
M wmf-config/flaggedrevs.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/wmf-config/flaggedrevs.php b/wmf-config/flaggedrevs.php
index ae2bfd5..afe1857 100644
--- a/wmf-config/flaggedrevs.php
+++ b/wmf-config/flaggedrevs.php
@@ -497,8 +497,8 @@
        unset( $wgGroupPermissions['editor'], $wgGroupPermissions['reviewer'], 
$wgGroupPermissions['autoreview'] );
        $wgAddGroups['sysop'] = array_diff( $wgAddGroups['sysop'], array( 
'editor', 'reviewer' ) );
        $wgRemoveGroups['sysop'] = array_diff( $wgRemoveGroups['sysop'], array( 
'editor', 'reviewer' ) );
-       $wgAddGroups['bureaucrat'] = array_diff( $wgAddGroups['sysop'], array( 
'reviewer' ) );
-       $wgRemoveGroups['bureaucrat'] = array_diff( $wgRemoveGroups['sysop'], 
array( 'reviewer' ) );
+       $wgAddGroups['sysop'] = array_diff( $wgAddGroups['sysop'], array( 
'reviewer' ) );
+       $wgRemoveGroups['sysop'] = array_diff( $wgRemoveGroups['sysop'], array( 
'reviewer' ) );
 }
 
 elseif ( $wgDBname == 'ptwikibooks' ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I98178225c9996bf681aea794a0f10dcf50868207
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Reedy <re...@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