Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fb4a46

Browse files
committed
Minor tweak
1 parent 0379183 commit 0fb4a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ their type::
751751

752752
// In the case of a multiple file upload
753753
$form['my_form[field][O]']->upload('/path/to/lucas.jpg');
754-
$form['my_form[field][1]']->upload('/path/to/lucas.jpg');
754+
$form['my_form[field][1]']->upload('/path/to/lisa.jpg');
755755

756756
.. tip::
757757

0 commit comments

Comments
 (0)