Fixed old documentation

This commit is contained in:
Sean Harvey 2008-04-28 03:13:03 +00:00
parent 20207a8dee
commit 9475fabee7

View File

@ -100,7 +100,9 @@ abstract class MultiForm extends Form {
// Set up the actions from the current step
$this->setActions();
// Set a hidden field in the form to define what this form session ID is
// 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.
$urlMethod = $this->stat('url_type');
$this->fields->push(new HiddenField('MultiFormSessionID', false, $this->session->$urlMethod));