Correct dataform captcha variable name in the help.

This commit is contained in:
Colin Kuskie 2009-01-05 18:53:25 +00:00
parent 9c87479f20
commit 9cbe4c7c04
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
- fixed #9386: Gallery: "Image resolutions" issue - fixed #9386: Gallery: "Image resolutions" issue
- fixed #9342: Thingy - Cannot edit a thing - fixed #9342: Thingy - Cannot edit a thing
- fixed #9033: Deleting Linked Thing Field Crashes Thingy - fixed #9033: Deleting Linked Thing Field Crashes Thingy
- fixed #9400: Form.captcha should be form_capcha in dataform help
7.6.7 7.6.7
- fixed #9263: Thingy possibleValues processing, and List type autodetection. - fixed #9263: Thingy possibleValues processing, and List type autodetection.

View file

@ -118,7 +118,7 @@ our $HELP = {
description => 'helpvar useCaptcha', description => 'helpvar useCaptcha',
}, },
{ {
name => 'form.captcha', name => 'form_captcha',
required => 1, required => 1,
description => 'helpvar form.captcha', description => 'helpvar form.captcha',
}, },