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 @@
76
76
*
77
77
* @return string
78
78
*/
79
- protected function getPageHTML( EPStudent $student ) {
79
+ public function getPageHTML( EPStudent $student ) {
80
80
$courseIds = array_map(
81
81
function( EPCourse $course ) {
82
82
return $course->getId();
Status & tagging log
14:50, 11 October 2012
😂
(
talk
|
contribs
)
changed the
status
of r114218
[
removed:
new
added:
deferred]
17:06, 4 April 2012
Krinkle
(
talk
|
contribs
)
changed the
status
of r114218
[
removed:
deferred
added:
new]
20:37, 20 March 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r114218
[
removed:
new
added:
deferred]