Florianschmidtwelzow has uploaded a new change for review.

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

Change subject: Change default watchlist from a-z to feed
......................................................................

Change default watchlist from a-z to feed

Bug: T88270
Change-Id: If26997e1693f7deb305e9d9ae5fd6da6ff69960a
---
M includes/specials/SpecialMobileWatchlist.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/includes/specials/SpecialMobileWatchlist.php 
b/includes/specials/SpecialMobileWatchlist.php
index 0921719..9f78b2e 100644
--- a/includes/specials/SpecialMobileWatchlist.php
+++ b/includes/specials/SpecialMobileWatchlist.php
@@ -63,7 +63,7 @@
                $output = $this->getOutput();
                $output->addModules( 'skins.minerva.special.watchlist.scripts' 
);
                $req = $this->getRequest();
-               $this->view = $req->getVal( 'watchlistview', 'a-z' );
+               $this->view = $req->getVal( 'watchlistview', 'feed' );
                $this->filter = $req->getVal( 'filter', 'all' );
                $this->fromPageTitle = Title::newFromText( $req->getVal( 
'from', false ) );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If26997e1693f7deb305e9d9ae5fd6da6ff69960a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>

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

Reply via email to