Index: branches/REL1_15/phase3/includes/specials/SpecialPreferences.php |
— | — | @@ -813,7 +813,7 @@ |
814 | 814 | # Password |
815 | 815 | if( $wgAuth->allowPasswordChange() ) { |
816 | 816 | $link = $wgUser->getSkin()->link( SpecialPage::getTitleFor( 'ResetPass' ), wfMsgHtml( 'prefs-resetpass' ), |
817 | | - array() , array('returnto' => SpecialPage::getTitleFor( 'Preferences') ) ); |
| 817 | + array() , array( 'returnto' => SpecialPage::getTitleFor( 'Preferences' )->getPrefixedText() ) ); |
818 | 818 | $wgOut->addHTML( |
819 | 819 | $this->tableRow( Xml::element( 'h2', null, wfMsg( 'changepassword' ) ) ) . |
820 | 820 | $this->tableRow( '<ul><li>' . $link . '</li></ul>' ) ); |