Index: trunk/extensions/EducationProgram/specials/SpecialEnroll.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | elseif ( count( $args ) === 2 ) { |
52 | 52 | $term = EPTerm::selectRow( null, array( |
53 | 53 | 'id' => $args[0], |
54 | | - 'token' => strtolower( $args[1] ) |
| 54 | + 'token' => $args[1] |
55 | 55 | ) ); |
56 | 56 | |
57 | 57 | if ( $term === false ) { |