Index: trunk/extensions/Translate/specials/SpecialMyLanguage.php |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | */ |
59 | 59 | public static function linkfix( $dummy, $target, &$html, &$customAttribs, &$query, &$options, &$ret ) { |
60 | 60 | if ( $target->getNamespace() == NS_SPECIAL ) { |
61 | | - list( $name, $subpage ) = SpecialPage::resolveAlias( $target->getDBkey() ); |
| 61 | + list( $name, $subpage ) = SpecialPage::resolveAliasWithSubpage( $target->getDBkey() ); |
62 | 62 | if ( $name === 'MyLanguage' ) { |
63 | 63 | $realTarget = Title::newFromText( $subpage ); |
64 | 64 | if ( !$realTarget->exists() ) { |