Index: trunk/extensions/EducationProgram/includes/EPPager.php |
— | — | @@ -53,8 +53,6 @@ |
54 | 54 | $this->table = $table; |
55 | 55 | $this->context = $context; |
56 | 56 | |
57 | | - $this->mDefaultDirection = true; |
58 | | - |
59 | 57 | parent::__construct( $context ); |
60 | 58 | |
61 | 59 | $this->context->getOutput()->addModules( 'ep.pager' ); |
Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php |
— | — | @@ -108,6 +108,7 @@ |
109 | 109 | |
110 | 110 | 'logentry-student-add' => '$1 enrolled in course $3', |
111 | 111 | 'logentry-student-remove' => '$1 removed $5 as student from course $3', |
| 112 | + 'logentry-student-selfadd' => '$1 enrolled in course $3', |
112 | 113 | 'logentry-student-selfremove' => '$1 removed {{GENDER:$2|his|her}} enrollment from course $3', |
113 | 114 | |
114 | 115 | // Preferences |