mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: fixed syntax error in FormAction example.
This commit is contained in:
parent
217a689c6b
commit
0ef416112b
@ -89,7 +89,7 @@ array mapping the values to the options listed in the dropdown.
|
||||
|
||||
:::php
|
||||
$actions = new FieldSet(
|
||||
new FormAction('doBrowserPoll', 'Submit');
|
||||
new FormAction('doBrowserPoll', 'Submit')
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user