From 2ecf466c2f8c163cb0066c7324e449d2d8a386ba Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 29 Jan 2010 02:37:51 +0000 Subject: [PATCH] (bug 22310) Only need to declare $join_conds once --- includes/specials/SpecialRecentchanges.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 3206823b27..1f4bb7c10d 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -278,8 +278,6 @@ class SpecialRecentChanges extends SpecialPage { $namespace = $opts['namespace']; $invert = $opts['invert']; - $join_conds = array(); - // JOIN on watchlist for users if( $uid ) { $tables[] = 'watchlist'; -- 2.20.1