From cfe20cfce614b181e809d156512416271b2cbb1c Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 15 Aug 2005 00:31:44 +0000 Subject: [PATCH] *** empty log message *** --- docs/changelog/6.x.x.txt | 1 + lib/WebGUI/Form/whatNext.pm | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 749dca470..cb12fc41f 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -8,6 +8,7 @@ - Added some more exception handling to getAssetAdderLinks (mwilson) - fixed more arrayed Form parameters in www_editMetaDataField (mwilson) - fixed a bunch more errors in the new date field - (mwilson) + - fixed a fatal error in whatNext.pm (mwilson) 6.7.0 diff --git a/lib/WebGUI/Form/whatNext.pm b/lib/WebGUI/Form/whatNext.pm index 028d93159..7188c6cd9 100644 --- a/lib/WebGUI/Form/whatNext.pm +++ b/lib/WebGUI/Form/whatNext.pm @@ -80,6 +80,9 @@ sub definition { name=>{ defaultValue=>"proceed" }, + options=>{ + defaultValue=>{} + } }); return $class->SUPER::definition($definition); }