Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -508,11 +508,6 @@ |
509 | 509 | $warning .= '<li>'.wfMsgHtml( 'badfilename', htmlspecialchars( $this->mDestName ) ).'</li>'; |
510 | 510 | } |
511 | 511 | |
512 | | - global $wgCapitalLinks; |
513 | | - if( $wgCapitalLinks ) { |
514 | | - $filtered = ucfirst( $filtered ); |
515 | | - } |
516 | | - |
517 | 512 | global $wgCheckFileExtensions; |
518 | 513 | if ( $wgCheckFileExtensions ) { |
519 | 514 | if ( !$this->checkFileExtension( $finalExt, $wgFileExtensions ) ) { |