From 1f424d6d2cc1b7b323e17ee879c67719933be605 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 14 May 2013 08:33:27 +0200 Subject: [PATCH] Fix typo in RELEASE-NOTES Follow-up a2c6734 (I42be68c6a0): a "is false" was missing. Change-Id: Ia81fbcded13c2da4354f1dce383bf5b854b99e49 --- RELEASE-NOTES-1.22 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index cf50bb8e3e..6b66ce0870 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -74,8 +74,8 @@ production. which can be cascading (previously 'sysop' was hard-coded as the only one). === Bug fixes in 1.22 === -* Disable Special:PasswordReset when $wgEnableEmail. Previously one could still - navigate to the page by entering the URL directly. +* Disable Special:PasswordReset when $wgEnableEmail is false. Previously one + could still navigate to the page by entering the URL directly. * (bug 47138) Fixed a fatal error when a blocked user tries to automatically create an account on login due external authentication in some circumstances. * (bug 23393) HTML headings containing line breaks are now handled -- 2.20.1