Index: trunk/phase3/includes/Linker.php |
— | — | @@ -804,8 +804,8 @@ |
805 | 805 | * @private |
806 | 806 | */ |
807 | 807 | function userTalkLink( $userId, $userText ) { |
808 | | - global $wgContLang; |
809 | | - $talkname = $wgContLang->getNsText( NS_TALK ); # use the shorter name |
| 808 | + global $wgLang; |
| 809 | + $talkname = $wgLang->getNsText( NS_TALK ); # use the shorter name |
810 | 810 | |
811 | 811 | $userTalkPage = Title::makeTitle( NS_USER_TALK, $userText ); |
812 | 812 | $userTalkLink = $this->makeLinkObj( $userTalkPage, $talkname ); |