fix a bad templateId for the Notification template.

This commit is contained in:
Colin Kuskie 2009-03-10 11:48:52 -07:00
parent 3eccc9d62f
commit 761ac9adb0

View file

@ -306,7 +306,8 @@ sub definition {
push(@fields, {
tab => 'messaging',
fieldType => 'template',
name => 'inboxNotificationTemplateId',
#1234567890123456789012
name => 'inboxNotification00001',
label => $i18n->get('inbox notification template', 'Message_Center'),
hoverHelp => $i18n->get('inbox notification template help', 'Message_Center'),
defaultValue => $setting->get('inboxNotificationTemplateId'),