mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Only send email if email address set
This commit is contained in:
parent
d614cc6d78
commit
0a389112ca
@ -910,6 +910,7 @@ class Member extends DataObject
|
|||||||
if ((Director::isLive() || Injector::inst()->get(Mailer::class) instanceof TestMailer)
|
if ((Director::isLive() || Injector::inst()->get(Mailer::class) instanceof TestMailer)
|
||||||
&& $this->isChanged('Password')
|
&& $this->isChanged('Password')
|
||||||
&& $this->record['Password']
|
&& $this->record['Password']
|
||||||
|
&& $this->Email
|
||||||
&& static::config()->get('notify_password_change')
|
&& static::config()->get('notify_password_change')
|
||||||
&& $this->isInDB()
|
&& $this->isInDB()
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user