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

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

Approvals:
  Kaldari: Looks good to me, approved
  Awjrichards: Looks good to me, but someone else must approve
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I9ae0cce066476927239ca0958bbb8cba25524fe7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to