Skip to content

Commit

Permalink
feature 2965: move phpmailer files in a specific directory
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@24952 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Oct 17, 2013
1 parent d1a0a85 commit ed40a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/functions_mail.inc.php
Expand Up @@ -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;

Expand Down

0 comments on commit ed40a38

Please sign in to comment.