E_STRICT (call-time pass-by-reference)
authorAndrew Garrett <werdna@users.mediawiki.org>
Sat, 31 Jan 2009 07:55:40 +0000 (07:55 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Sat, 31 Jan 2009 07:55:40 +0000 (07:55 +0000)
includes/specials/SpecialRecentchanges.php

index 79f00bc..3d7b4ba 100644 (file)
@@ -288,7 +288,7 @@ class SpecialRecentChanges extends SpecialPage {
 
                // Tag stuff.
                $fields = array(); // Fields are * in this case, so let the function modify an empty array to keep it happy.
-               ChangeTags::modifyDisplayQuery( &$tables, $fields, &$conds, &$join_conds, $opts['tagfilter'] );
+               ChangeTags::modifyDisplayQuery( $tables, $fields, $conds, $join_conds, $opts['tagfilter'] );
 
                wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts ) );