r110720 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110719‎ | r110720 | r110721 >
Date:14:14, 5 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fixed issue caused by identifier change
Modified paths:
  • /trunk/extensions/EducationProgram/specials/SpecialEnroll.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/specials/SpecialEnroll.php
@@ -187,7 +187,7 @@
188188
189189 $out->addHTML( '<ul><li>' );
190190
191 - $subPage = $this->course->getId();
 191+ $subPage = $this->course->getField( 'name' );
192192
193193 if ( $this->token !== false ) {
194194 $subPage .= '/' . $this->token;

Status & tagging log