diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/form.php b/lib/form.php index bd68fb0c5..011d4bfc9 100644 --- a/lib/form.php +++ b/lib/form.php @@ -66,7 +66,7 @@ class Form extends Widget $this->out->elementStart('form', array('id' => $this->id(), 'class' => $this->formClass(), - 'method' => 'POST', + 'method' => 'post', 'action' => $this->action())); $this->out->elementStart('fieldset'); $this->formLegend(); |