From 761ac9adb039792fef1d8cb8362d859280e19214 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 10 Mar 2009 11:48:52 -0700 Subject: [PATCH] fix a bad templateId for the Notification template. --- lib/WebGUI/Operation/Settings.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/Settings.pm b/lib/WebGUI/Operation/Settings.pm index 2d81035d6..d0dc4e7b7 100644 --- a/lib/WebGUI/Operation/Settings.pm +++ b/lib/WebGUI/Operation/Settings.pm @@ -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'),