From 433d74b94dff995711bece3137ad137ac521c1fd Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Sat, 19 Apr 2008 01:17:12 +0000 Subject: [PATCH] Added TODO --- code/MultiForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/MultiForm.php b/code/MultiForm.php index 461e639..977713f 100644 --- a/code/MultiForm.php +++ b/code/MultiForm.php @@ -122,6 +122,7 @@ abstract class MultiForm extends Form { $this->session->CurrentStepID = $currentStep->ID; $this->session->write(); } + // @TODO if you set a wrong ID, then it ends up at this point with a non-object error. } elseif($this->session->CurrentStepID) { $currentStep = $this->session->CurrentStep(); } else {