From 927e974724aa69888543233966a32ae61a3f1444 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 14 May 2008 10:45:19 +0000 Subject: [PATCH] Added TODO about session being "baked" into MultiForm directly --- code/MultiForm.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/MultiForm.php b/code/MultiForm.php index f26c931..55a703f 100644 --- a/code/MultiForm.php +++ b/code/MultiForm.php @@ -185,6 +185,9 @@ abstract class MultiForm extends Form { * * @TODO Fix the fact you can continually refresh and create new records * if MultiFormSessionID isn't set. + * + * @TODO Not sure if we should bake the session stuff directly into MultiForm. + * Perhaps it would be best dealt with on a separate class? */ protected function setSession() { $urlType = $this->stat('url_type');