r111887 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111886‎ | r111887 | r111888 >
Date:20:32, 19 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
message tweak
Modified paths:
  • /trunk/extensions/EducationProgram/actions/ViewCourseAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/actions/ViewCourseAction.php
@@ -47,7 +47,7 @@
4848 );
4949
5050 if ( count( $studentIds ) > 0 ) {
51 - $out->addElement( 'h2', array(), wfMsg( 'ep-course-articles' ) );
 51+ $out->addElement( 'h2', array(), wfMsg( 'ep-course-students' ) );
5252
5353 $pager = new EPArticleTable(
5454 $this->getContext(),
@@ -64,10 +64,6 @@
6565 $pager->getMultipleItemControl()
6666 );
6767 }
68 -
69 - // EPArticle::displayPager( $this->getContext(), array( 'course_id' => $course->getId() ) );
70 - //$out->addElement( 'h2', array(), wfMsg( 'ep-course-students' ) );
71 -
7268 }
7369 else {
7470 // TODO

Status & tagging log