r110228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110227‎ | r110228 | r110229 >
Date:06:05, 29 January 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix after idenfifier field changed
Modified paths:
  • /trunk/extensions/EducationProgram/includes/EPStudentPager.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/includes/EPStudentPager.php
@@ -85,7 +85,7 @@
8686 function( EPCourse $course ) {
8787 return $course->getLink();
8888 },
89 - $this->currentObject->getCoursesWithState( 'current', 'id' )
 89+ $this->currentObject->getCoursesWithState( 'current', 'name' )
9090 ) );
9191 break;
9292 }

Status & tagging log