From: Chad Horohoe Date: Fri, 29 Jan 2010 02:37:51 +0000 (+0000) Subject: (bug 22310) Only need to declare $join_conds once X-Git-Tag: 1.31.0-rc.0~38063 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=2ecf466c2f8c163cb0066c7324e449d2d8a386ba;p=lhc%2Fweb%2Fwiklou.git (bug 22310) Only need to declare $join_conds once --- 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';