Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/197457

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/57/197457/1

diff --git a/includes/Gather.hooks.php b/includes/Gather.hooks.php
index 1d18941..7efa9c5 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: newchange
Gerrit-Change-Id: I41426bb2b97e5e98b8957e4d66758ce798a520bd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to