From 652c0af4c2b3de2d12c80e2a637a7427ac16fd4d Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 14 May 2008 06:54:53 +0000 Subject: [PATCH] Added parent::onBeforeDelete() - without this, it breaks! --- code/MultiFormSession.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/MultiFormSession.php b/code/MultiFormSession.php index bd07208..13a49ff 100644 --- a/code/MultiFormSession.php +++ b/code/MultiFormSession.php @@ -46,6 +46,8 @@ class MultiFormSession extends DataObject { if($steps) foreach($steps as $step) { $step->delete(); } + + parent::onBeforeDelete(); } /**