mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed Email.admin_email config static naming
This commit is contained in:
parent
ccb0155b8f
commit
3a911ebb00
@ -116,7 +116,7 @@ class Email extends ViewableData {
|
||||
* @var string The default administrator email address.
|
||||
* This will be set in the config on a site-by-site basis
|
||||
*/
|
||||
private static $admin_email_address = '';
|
||||
private static $admin_email = '';
|
||||
|
||||
/**
|
||||
* Send every email generated by the Email class to the given address.
|
||||
|
Loading…
Reference in New Issue
Block a user