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

Change subject: Show collections menu item in beta
......................................................................


Show collections menu item in beta

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

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



diff --git a/includes/Gather.hooks.php b/includes/Gather.hooks.php
index 65fe717..8c110a4 100644
--- a/includes/Gather.hooks.php
+++ b/includes/Gather.hooks.php
@@ -46,7 +46,7 @@
         * @param array &$items Items array to be added to menu
         */
        public static function onMobilePersonalTools( &$items ) {
-               if ( MobileContext::singleton()->isAlphaGroupMember() ) {
+               if ( MobileContext::singleton()->isBetaGroupMember() ) {
                        // Add collections link below watchlist
                        $itemArray = array_slice( $items, 0, 1, true ) +
                                array(

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

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

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

Reply via email to