From 5260ea4fce50f1426d9546efc2e8c3b0a62e642c Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 13 Jul 2009 21:58:36 +0200 Subject: upgrade to 1.15.1 (security fix) --- includes/specials/SpecialPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/specials/SpecialPreferences.php') diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index f4a42ef4..49c4f4e0 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -813,7 +813,7 @@ class PreferencesForm { # Password if( $wgAuth->allowPasswordChange() ) { $link = $wgUser->getSkin()->link( SpecialPage::getTitleFor( 'ResetPass' ), wfMsgHtml( 'prefs-resetpass' ), - array() , array('returnto' => SpecialPage::getTitleFor( 'Preferences') ) ); + array() , array( 'returnto' => SpecialPage::getTitleFor( 'Preferences' )->getPrefixedText() ) ); $wgOut->addHTML( $this->tableRow( Xml::element( 'h2', null, wfMsg( 'changepassword' ) ) ) . $this->tableRow( '' ) ); -- cgit v1.2.3-54-g00ecf