From ecce82a38b0be32cc28ec863940773b78b88789b Mon Sep 17 00:00:00 2001 From: Synchro Date: Mon, 5 Jan 2015 09:13:09 +0100 Subject: [PATCH] Use autoloader --- test/test_callback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_callback.php b/test/test_callback.php index a297a2f6c..2c775092e 100644 --- a/test/test_callback.php +++ b/test/test_callback.php @@ -33,7 +33,7 @@ function callbackAction($result, $to, $cc, $bcc, $subject, $body) return true; } -require_once '../class.phpmailer.php'; +require_once '../PHPMailerAutoload.php'; $mail = new PHPMailer(); try {