Make showMessageOnLogin sticky for the right setting.

This commit is contained in:
Colin Kuskie 2008-09-05 01:47:09 +00:00
parent 3e318493c9
commit 7dd946a78b
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
- rfe: view profile
- fixed: Show Message On Login continue link
- fixed: Show Message On Login doesn't show after anon registration
- fixed: Settings - Show Message On Login behaviour
7.5.22
- fixed: Layout template now gets prepared correctly

View file

@ -456,7 +456,7 @@ sub definition {
tab => "user",
name => "showMessageOnLogin",
fieldType => "yesNo",
defaultValue => $setting->get('showMessageOnLoginTimes'),
defaultValue => $setting->get('showMessageOnLogin'),
label => $i18n->get( 'showMessageOnLogin label' ),
hoverHelp => $i18n->get( 'showMessageOnLogin description' ),
};