mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Revert method visibility regression
This commit is contained in:
parent
572945a2fd
commit
94742fa3e2
@ -1560,7 +1560,7 @@ class Member extends DataObject implements TemplateGlobalProvider {
|
||||
/**
|
||||
* Validate this member object.
|
||||
*/
|
||||
protected function validate() {
|
||||
public function validate() {
|
||||
$valid = parent::validate();
|
||||
|
||||
if(!$this->ID || $this->isChanged('Password')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user