Index: trunk/phase3/includes/specials/SpecialRecentchangeslinked.php |
— | — | @@ -85,13 +85,8 @@ |
86 | 86 | $join_conds['watchlist'] = array( 'LEFT JOIN', "wl_user={$uid} AND wl_title=rc_title AND wl_namespace=rc_namespace" ); |
87 | 87 | } |
88 | 88 | |
89 | | - ChangeTags::modifyDisplayQuery( $tables, |
90 | | - $select, |
91 | | - $conds, |
92 | | - $join_conds, |
93 | | - $query_options, |
94 | | - $opts['tagfilter'], |
95 | | - ); |
| 89 | + ChangeTags::modifyDisplayQuery( $tables, $select, $conds, $join_conds, |
| 90 | + $query_options, $opts['tagfilter'] ); |
96 | 91 | |
97 | 92 | // XXX: parent class does this, should we too? |
98 | 93 | // wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts ) ); |