Skip to content

Commit de4d4c9

Browse files
committed
Merge branch '2.2' into 2.3
2 parents 533330f + 36626bc commit de4d4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ If the request is a POST, process the submitted data (via ``bind``). Then:
557557
to ``bind``::
558558

559559
if (isset($_POST[$form->getName()])) {
560-
$form->bind($_POST[$form->getName())
560+
$form->bind($_POST[$form->getName()]);
561561

562562
// ...
563563
}

0 commit comments

Comments
 (0)