mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Reverted r70810 which didn't have a commit message
This commit is contained in:
parent
7e9d014eee
commit
70b7e95c81
@ -56,7 +56,6 @@ class MultiFormSession extends DataObject {
|
||||
$steps = $this->FormSteps();
|
||||
if($steps) foreach($steps as $step) {
|
||||
$steps->remove($step); // @TODO not sure if this is required (does delete() remove the relation too?)
|
||||
$step->destroy();
|
||||
$step->delete();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user