Captcha should not be profile enabled. Heh-heh.

This commit is contained in:
Matthew Wilson 2006-04-02 20:17:40 +00:00
parent dc2ec6bbdd
commit 1f80dedb8f

View file

@ -62,6 +62,9 @@ sub definition {
formName=>{
defaultValue=>$i18n->get("topicName")
},
profileEnabled=>{
defaultValue=>0
},
});
return $class->SUPER::definition($session, $definition);
}