Index: trunk/extensions/Contest/Contest.hooks.php |
— | — | @@ -199,8 +199,7 @@ |
200 | 200 | array( 'contestant_id' ), |
201 | 201 | array( 'contest_status' => Contest::STATUS_ACTIVE ), |
202 | 202 | '', |
203 | | - array(), |
204 | | - array( 'contest_id=contestant_contest_id' ) |
| 203 | + array( 'contests' => array( 'INNER JOIN', array( 'contest_id=contestant_contest_id' ) ) ) |
205 | 204 | ); |
206 | 205 | |
207 | 206 | $contestantIds = array(); |