mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Removed 3 useless lines of code
This commit is contained in:
parent
e843930e69
commit
8d138f4059
@ -83,10 +83,6 @@ abstract class MultiForm extends Form {
|
||||
*/
|
||||
public function __construct($controller, $name) {
|
||||
|
||||
// We don't have any fields directly on here, they're on the step classes
|
||||
$fields = new FieldSet();
|
||||
$actions = new FieldSet();
|
||||
|
||||
// Set up the session for this MultiForm instance
|
||||
$this->setSession();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user