Jdlrobson has uploaded a new change for review.

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

Change subject: Show user talk pages in watchlist talk tab
......................................................................

Show user talk pages in watchlist talk tab

Bug: 68369
Change-Id: I221b17968dee64fcd90430345ac1a77a88cd089b
---
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/165670/1

diff --git a/includes/specials/SpecialMobileWatchlist.php 
b/includes/specials/SpecialMobileWatchlist.php
index df58393..eb7009f 100644
--- a/includes/specials/SpecialMobileWatchlist.php
+++ b/includes/specials/SpecialMobileWatchlist.php
@@ -111,7 +111,7 @@
                                break;
                        case 'talk':
                                // @fixme associate with content namespaces? or 
all talks?
-                               $conds[] = "$column = 1";
+                               $conds[] = "$column IN (1,3)";
                                break;
                        case 'other':
                                // @fixme

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

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