MINOR: fixed syntax error in FormAction example.

This commit is contained in:
Will Rossiter 2011-08-20 05:10:03 +12:00
parent 217a689c6b
commit 0ef416112b

View File

@ -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')
);