r114218 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114217‎ | r114218 | r114219 >
Date:23:39, 19 March 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix access level of method
Modified paths:
  • /trunk/extensions/EducationProgram/specials/SpecialStudent.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/specials/SpecialStudent.php
@@ -75,7 +75,7 @@
7676 *
7777 * @return string
7878 */
79 - protected function getPageHTML( EPStudent $student ) {
 79+ public function getPageHTML( EPStudent $student ) {
8080 $courseIds = array_map(
8181 function( EPCourse $course ) {
8282 return $course->getId();

Status & tagging log