From 3e5e52d52e5775d8836342a4623b0dc1a6ca3fda Mon Sep 17 00:00:00 2001 From: Mark Story Date: Thu, 2 Sep 2010 00:29:04 -0400 Subject: [PATCH] Fixing doc block for Form::create(). Fixes #1058 --- cake/libs/view/helpers/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index 29dc58116..3a9c60815 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -172,7 +172,7 @@ class FormHelper extends AppHelper { * ### 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.