r99519 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99518‎ | r99519 | r99520 >
Date:18:26, 11 October 2011
Author:jeroendedauw
Status:resolved
Tags:
Comment:
Follow up to r99488;
Modified paths:
  • /trunk/extensions/Contest/Contest.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.hooks.php
@@ -199,8 +199,7 @@
200200 array( 'contestant_id' ),
201201 array( 'contest_status' => Contest::STATUS_ACTIVE ),
202202 '',
203 - array(),
204 - array( 'contest_id=contestant_contest_id' )
 203+ array( 'contests' => array( 'INNER JOIN', array( 'contest_id=contestant_contest_id' ) ) )
205204 );
206205
207206 $contestantIds = array();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99488work on handling of email and real/user namesjeroendedauw16:14, 11 October 2011

Status & tagging log