Index: trunk/extensions/EducationProgram/includes/EPStudentPager.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | function( EPCourse $course ) { |
87 | 87 | return $course->getLink(); |
88 | 88 | }, |
89 | | - $this->currentObject->getCoursesWithState( 'current', 'id' ) |
| 89 | + $this->currentObject->getCoursesWithState( 'current', 'name' ) |
90 | 90 | ) ); |
91 | 91 | break; |
92 | 92 | } |