r46634 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46633‎ | r46634 | r46635 >
Date:07:55, 31 January 2009
Author:werdna
Status:deferred
Tags:
Comment:
E_STRICT (call-time pass-by-reference)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -288,7 +288,7 @@
289289
290290 // Tag stuff.
291291 $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'] );
293293
294294 wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts ) );
295295

Status & tagging log