tweaked doc

This commit is contained in:
Sean Harvey 2008-04-28 03:13:29 +00:00
parent 9475fabee7
commit d878a45645
1 changed files with 1 additions and 1 deletions

View File

@ -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));