From ed40a38fca795e89ceece4318d4fb053644e94b5 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 17 Oct 2013 13:24:36 +0000 Subject: feature 2965: move phpmailer files in a specific directory git-svn-id: http://piwigo.org/svn/trunk@24952 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_mail.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_mail.inc.php') diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index be602c7e2..265ed13b8 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -487,7 +487,7 @@ function pwg_mail($to, $args = array()) $conf_mail = get_mail_configuration(); } - include_once(PHPWG_ROOT_PATH.'include/class.phpmailer.php'); + include_once(PHPWG_ROOT_PATH.'include/phpmailer/class.phpmailer.php'); $mail = new PHPMailer; -- cgit v1.2.3