mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
tweaked doc
This commit is contained in:
parent
9475fabee7
commit
d878a45645
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user