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

Change subject: Enable Gather in beta site.
......................................................................


Enable Gather in beta site.

Bug: T92881
Change-Id: I41426bb2b97e5e98b8957e4d66758ce798a520bd
---
M includes/Gather.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/Gather.hooks.php b/includes/Gather.hooks.php
index 4af89e9..a74ef93 100644
--- a/includes/Gather.hooks.php
+++ b/includes/Gather.hooks.php
@@ -35,7 +35,7 @@
         * @return boolean
         */
        public static function onSkinMinervaDefaultModules( $skin, &$modules ) {
-               if ( MobileContext::singleton()->isAlphaGroupMember() ) {
+               if ( MobileContext::singleton()->isBetaGroupMember() ) {
                        $modules['watch'] = array( 'ext.gather.watchstar' );
                }
                return true;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I41426bb2b97e5e98b8957e4d66758ce798a520bd
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jhernandez <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to