Fixed fatal from r49068. Removed verbose formatting :)
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 31 Mar 2009 15:57:13 +0000 (15:57 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 31 Mar 2009 15:57:13 +0000 (15:57 +0000)
includes/specials/SpecialRecentchangeslinked.php

index 2a490c9..c58ffff 100644 (file)
@@ -85,13 +85,8 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges {
                        $join_conds['watchlist'] = array( 'LEFT JOIN', "wl_user={$uid} AND wl_title=rc_title AND wl_namespace=rc_namespace" );
                }
 
-               ChangeTags::modifyDisplayQuery( $tables,
-                                                                               $select,
-                                                                               $conds,
-                                                                               $join_conds,
-                                                                               $query_options,
-                                                                               $opts['tagfilter'],
-                                                                               );
+               ChangeTags::modifyDisplayQuery( $tables, $select, $conds, $join_conds,
+                       $query_options, $opts['tagfilter'] );
 
                // XXX: parent class does this, should we too?
                // wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts ) );