r111980 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111979‎ | r111980 | r111981 >
Date:23:17, 20 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r111977;
Modified paths:
  • /trunk/extensions/EducationProgram/includes/EPArticlePager.php (modified) (history)
  • /trunk/extensions/EducationProgram/includes/EPOrgPager.php (modified) (history)
  • /trunk/extensions/EducationProgram/includes/EPPager.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/includes/EPOrgPager.php
@@ -106,7 +106,7 @@
107107 }
108108
109109 function getDefaultSort() {
110 - return EPOrgs::singleton()->getPrefixedField( 'name' );
 110+ return 'name';
111111 }
112112
113113 /**
Index: trunk/extensions/EducationProgram/includes/EPPager.php
@@ -263,7 +263,7 @@
264264 }
265265
266266 function getDefaultSort() {
267 - return $this->table->getPrefixedField( 'id' );
 267+ return 'id';
268268 }
269269
270270 /**
Index: trunk/extensions/EducationProgram/includes/EPArticlePager.php
@@ -91,7 +91,7 @@
9292 }
9393
9494 function getDefaultSort() {
95 - return $this->table->getPrefixedField( 'user_id' );
 95+ return 'user_id';
9696 }
9797
9898 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111977fixed issue with table sortjeroendedauw23:12, 20 February 2012

Status & tagging log