r107748 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107747‎ | r107748 | r107749 >
Date:21:59, 31 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix bug, this broke the sort stuff
Modified paths:
  • /trunk/extensions/Contest/includes/ContestantPager.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/includes/ContestantPager.php
@@ -260,10 +260,6 @@
261261 return 'TablePager contest-contestants';
262262 }
263263
264 - function getIndexField() {
265 - return 'contestant_id';
266 - }
267 -
268264 function getDefaultSort() {
269265 return 'contestant_id';
270266 }

Status & tagging log