From 22e7313d93637b0e4900552a073613a1baf9387e Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Tue, 12 Mar 2013 10:52:44 -0700 Subject: [PATCH] Bug: Fixed BC break (ancestry) in Mailer --- email/Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/Mailer.php b/email/Mailer.php index 8b96f6cc7..6d66112f6 100644 --- a/email/Mailer.php +++ b/email/Mailer.php @@ -7,7 +7,7 @@ * @package framework * @subpackage email */ -class Mailer { +class Mailer extends Object { /** * Send a plain-text email.