From: Siebrand Mazeland Date: Sun, 24 May 2009 09:23:40 +0000 (+0000) Subject: Fix special page case X-Git-Tag: 1.31.0-rc.0~41668 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=7b255135577b447a78de2aa967110af12ef449d7;p=lhc%2Fweb%2Fwiklou.git Fix special page case --- diff --git a/includes/Preferences.php b/includes/Preferences.php index a886d4796e..419aa8c149 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -171,7 +171,7 @@ class Preferences { if ($wgAuth->allowPasswordChange()) { global $wgUser; // For skin. - $link = $wgUser->getSkin()->link( SpecialPage::getTitleFor( 'ResetPass' ), + $link = $wgUser->getSkin()->link( SpecialPage::getTitleFor( 'Resetpass' ), wfMsgHtml( 'prefs-resetpass' ), array() , array('returnto' => SpecialPage::getTitleFor( 'Preferences') ) );