Index: trunk/extensions/Translate/specials/SpecialMyLanguage.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | $title = null; |
35 | 35 | if ( strval( $par ) !== '' ) { |
36 | 36 | $title = Title::newFromText( $par ); |
37 | | - if ( $title && $title->exists() ) { |
| 37 | + if ( $title && $title->exists() && $wgLang->getCode() !== 'en' ) { |
38 | 38 | $local = Title::newFromText( "$par/" . $wgLang->getCode() ); |
39 | 39 | if ( $local && $local->exists() ) { |
40 | 40 | $title = $local; |