From 8e5ba63af77a8e551cbcbdc2607eb1ea4c70b810 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 13 Mar 2012 07:39:33 +0000 Subject: [PATCH] * (bug 35152) Fix for r92924: help message for e-mail was removed from user preferences --- RELEASE-NOTES-1.19 | 1 + includes/Preferences.php | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 8378c8012d..8fbf117515 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -15,6 +15,7 @@ production. * (bug 35014) Including a special page no longer sets the page's title to the included page * (bug 35019) Edit summaries are no longer transformed in notification e-mails +* (bug 35152) Help message for e-mail is shown again in user preferences === Configuration changes in 1.19 === * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead. diff --git a/includes/Preferences.php b/includes/Preferences.php index c021b268c9..a9f7456052 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -361,6 +361,7 @@ class Preferences { 'default' => $emailAddress, 'label-message' => 'youremail', 'section' => 'personal/email', + 'help-messages' => $helpMessages, # 'cssclass' chosen below ); -- 2.20.1