Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -288,7 +288,7 @@ |
289 | 289 | |
290 | 290 | // Tag stuff. |
291 | 291 | $fields = array(); // Fields are * in this case, so let the function modify an empty array to keep it happy. |
292 | | - ChangeTags::modifyDisplayQuery( &$tables, $fields, &$conds, &$join_conds, $opts['tagfilter'] ); |
| 292 | + ChangeTags::modifyDisplayQuery( $tables, $fields, $conds, $join_conds, $opts['tagfilter'] ); |
293 | 293 | |
294 | 294 | wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts ) ); |
295 | 295 | |