Jdlrobson has uploaded a new change for review.

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


Change subject: Hack around ULS bug 57091
......................................................................

Hack around ULS bug 57091

Change-Id: I8d4983a432bf7f6197a0ae4159d9e07819f6c174
---
M includes/MobileFrontend.hooks.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/48/95648/1

diff --git a/includes/MobileFrontend.hooks.php 
b/includes/MobileFrontend.hooks.php
index feb16a9..f4b53a8 100644
--- a/includes/MobileFrontend.hooks.php
+++ b/includes/MobileFrontend.hooks.php
@@ -107,8 +107,10 @@
         * @return bool
         */
        public static function onSkinTemplateOutputPageBeforeExec( &$obj, &$tpl 
) {
-               global $wgMobileUrlTemplate;
+               global $wgMobileUrlTemplate, $wgULSPosition;
                wfProfileIn( __METHOD__ );
+               // FIXME: Remove hack around Universal Language selector bug 
57091
+               $wgULSPosition = 'none';
 
                $title = $obj->getTitle();
                $isSpecial = $title->isSpecialPage();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d4983a432bf7f6197a0ae4159d9e07819f6c174
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
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