r108249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108248‎ | r108249 | r108250 >
Date:16:18, 6 January 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix case issue
Modified paths:
  • /trunk/extensions/EducationProgram/specials/SpecialEnroll.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/specials/SpecialEnroll.php
@@ -50,7 +50,7 @@
5151 elseif ( count( $args ) === 2 ) {
5252 $term = EPTerm::selectRow( null, array(
5353 'id' => $args[0],
54 - 'token' => strtolower( $args[1] )
 54+ 'token' => $args[1]
5555 ) );
5656
5757 if ( $term === false ) {

Status & tagging log