From 1f80dedb8f1fcfdda21a5ac3522097b11188a528 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sun, 2 Apr 2006 20:17:40 +0000 Subject: [PATCH] Captcha should not be profile enabled. Heh-heh. --- lib/WebGUI/Form/Captcha.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/WebGUI/Form/Captcha.pm b/lib/WebGUI/Form/Captcha.pm index c8e458e17..2d3073378 100644 --- a/lib/WebGUI/Form/Captcha.pm +++ b/lib/WebGUI/Form/Captcha.pm @@ -62,6 +62,9 @@ sub definition { formName=>{ defaultValue=>$i18n->get("topicName") }, + profileEnabled=>{ + defaultValue=>0 + }, }); return $class->SUPER::definition($session, $definition); }