mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Formatting
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64014 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9a298e1592
commit
d2e5662d47
@ -34,6 +34,7 @@ class FormAction extends FormField {
|
||||
$this->action = "action_$action";
|
||||
parent::__construct($this->action, $title, null, $form);
|
||||
}
|
||||
|
||||
static function create($action, $title = "", $extraData = null, $extraClass = null) {
|
||||
return new FormAction($action, $title, null, $extraData, $extraClass);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user