* (bug 35152) Fix for r92924: help message for e-mail was removed from user preferences
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 13 Mar 2012 07:39:33 +0000 (07:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 13 Mar 2012 07:39:33 +0000 (07:39 +0000)
RELEASE-NOTES-1.19
includes/Preferences.php

index 8378c80..8fbf117 100644 (file)
@@ -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.
index c021b26..a9f7456 100644 (file)
@@ -361,6 +361,7 @@ class Preferences {
                                'default' => $emailAddress,
                                'label-message' => 'youremail',
                                'section' => 'personal/email',
+                               'help-messages' => $helpMessages,
                                # 'cssclass' chosen below
                        );