mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1800 from willmorgan/patch-1
Define ConfirmedPassword::$children as a public variable
This commit is contained in:
commit
a6b0807b9f
@ -59,6 +59,13 @@ class ConfirmedPasswordField extends FormField {
|
||||
*/
|
||||
public $showOnClickTitle;
|
||||
|
||||
/**
|
||||
* Child fields (_Password, _ConfirmPassword)
|
||||
*
|
||||
* @var FieldList
|
||||
*/
|
||||
public $children;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param string $title
|
||||
|
Loading…
x
Reference in New Issue
Block a user