mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
feature 2965: move phpmailer files in a specific directory
git-svn-id: http://piwigo.org/svn/trunk@24952 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d1a0a85520
commit
ed40a38fca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue