From d878a45645d53b6897823d9ebd22bc42925ec8eb Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 28 Apr 2008 03:13:29 +0000 Subject: [PATCH] tweaked doc --- code/MultiForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/MultiForm.php b/code/MultiForm.php index bcdf2d1..c2852e1 100644 --- a/code/MultiForm.php +++ b/code/MultiForm.php @@ -102,7 +102,7 @@ abstract class MultiForm extends Form { // Set a hidden field in the form to identify this session. // Depending on what has been configured for $url_type, we - // find an encrypted hash to identify the session. + // find an encrypted hash by default to identify the session. $urlMethod = $this->stat('url_type'); $this->fields->push(new HiddenField('MultiFormSessionID', false, $this->session->$urlMethod));