Skip to content

Commit

Permalink
Fixing doc block for Form::create(). Fixes #1058
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 2, 2010
1 parent 08d6c19 commit 3e5e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/form.php
Expand Up @@ -172,7 +172,7 @@ function _isRequiredField($validateProperties) {
* ### Options:
*
* - `type` Form method defaults to POST
* - `action` The Action the form submits to. Can be a string or array,
* - `action` The controller action the form submits to, (optional).
* - `url` The url the form submits to. Can be a string or a url array,
* - `default` Allows for the creation of Ajax forms.
* - `onsubmit` Used in conjunction with 'default' to create ajax forms.
Expand Down

0 comments on commit 3e5e52d

Please sign in to comment.