aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorPetr Pchelko <ppchelko@wikimedia.org>2021-05-06 13:44:44 -0700
committerPetr Pchelko <ppchelko@wikimedia.org>2021-05-06 13:44:44 -0700
commitadb4c66446d691bc573bcb94ee6cf1080cc61964 (patch)
treef8cd5c2f749258b11ebd03d36ceccbd1bfcb44f4 /includes
parent35c0a9b783400e555cccbc045fc23820c8c19120 (diff)
downloadmediawikicore-adb4c66446d691bc573bcb94ee6cf1080cc61964.tar.gz
mediawikicore-adb4c66446d691bc573bcb94ee6cf1080cc61964.zip
Reorder tables in SpecialWatchlist
Same issue as in Ifbdb24ff5b99b9ec12cb313c48227563696c48c9 Bug: T282181 Change-Id: I166ef428932136b8466610b8accb78ec6ccdf757
Diffstat (limited to 'includes')
-rw-r--r--includes/specials/SpecialWatchlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php
index d5f171508424..16c54d0858d2 100644
--- a/includes/specials/SpecialWatchlist.php
+++ b/includes/specials/SpecialWatchlist.php
@@ -380,7 +380,7 @@ class SpecialWatchlist extends ChangesListSpecialPage {
$user = $this->getUser();
$rcQuery = RecentChange::getQueryInfo();
- $tables = array_merge( $tables, $rcQuery['tables'], [ 'watchlist' ] );
+ $tables = array_merge( $rcQuery['tables'], $tables, [ 'watchlist' ] );
$fields = array_merge( $rcQuery['fields'], $fields );
$join_conds = array_merge(