From ba0fc4fa20067528effd4802e53ceeb959640825 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 12 Jan 2012 13:42:29 +0100 Subject: Update to MediaWiki 1.18.1 --- includes/Title.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'includes/Title.php') diff --git a/includes/Title.php b/includes/Title.php index 33373b2c..02607496 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1854,7 +1854,10 @@ class Title { # Always grant access to the login page. # Even anons need to be able to log in. - if ( $this->isSpecial( 'Userlogin' ) || $this->isSpecial( 'ChangePassword' ) ) { + if ( $this->isSpecial( 'Userlogin' ) + || $this->isSpecial( 'ChangePassword' ) + || $this->isSpecial( 'PasswordReset' ) + ) { return true; } -- cgit v1.2.2