Fixed Email.admin_email config static naming

This commit is contained in:
Ingo Schommer 2013-03-27 13:41:24 +01:00
parent ccb0155b8f
commit 3a911ebb00

View File

@ -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.