From 006e08f39dcfdf968e9973c81f12382b3af8a00d Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 8 May 2006 23:23:33 +0000 Subject: [PATCH] a fix hopefully --- lib/WebGUI/Form/RadioList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Form/RadioList.pm b/lib/WebGUI/Form/RadioList.pm index b0d289bdc..9a16ef950 100644 --- a/lib/WebGUI/Form/RadioList.pm +++ b/lib/WebGUI/Form/RadioList.pm @@ -85,7 +85,7 @@ sub definition { }, defaultValue>{ defaultValue=>'' - }, + } }); return $class->SUPER::definition($session, $definition); }