Jdlrobson has uploaded a new change for review.

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


Change subject: Regression: Fix watchlist a-z
......................................................................

Regression: Fix watchlist a-z

Introduced by I2929218dfc5188aba71fad08912d0a8043a12c7c
(The A-Z view has no concept of the recent changes table)

Change-Id: I9ae0cce066476927239ca0958bbb8cba25524fe7
---
M includes/specials/SpecialMobileWatchlist.php
1 file changed, 0 insertions(+), 5 deletions(-)


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

diff --git a/includes/specials/SpecialMobileWatchlist.php 
b/includes/specials/SpecialMobileWatchlist.php
index fe91fd6..a77e4e9 100644
--- a/includes/specials/SpecialMobileWatchlist.php
+++ b/includes/specials/SpecialMobileWatchlist.php
@@ -489,11 +489,6 @@
        private function showListResultRow( $row ) {
                wfProfileIn( __METHOD__ );
 
-               if ( $row->rc_deleted ) {
-                       wfProfileOut( __METHOD__ );
-                       return;
-               }
-
                $output = $this->getOutput();
                $title = Title::makeTitle( $row->wl_namespace, $row->wl_title );
                $titleText = $title->getPrefixedText();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ae0cce066476927239ca0958bbb8cba25524fe7
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