From 3a911ebb00a178adb9754aa0b2277bedb83541c2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 27 Mar 2013 13:41:24 +0100 Subject: [PATCH] Fixed Email.admin_email config static naming --- email/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/Email.php b/email/Email.php index 90f040477..714650bb9 100644 --- a/email/Email.php +++ b/email/Email.php @@ -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.