mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4799 from tractorcow/pulls/3.2/member-validate-visibility
BUG Revert method visibility regression
This commit is contained in:
commit
c3544fdbea
@ -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