mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14444] Fix fatal error in functions_messenger.php
PHPBB3-14444
This commit is contained in:
parent
8e100f000e
commit
60c9ee068e
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ function mail_encode($str, $eol = "\r\n")
|
||||||
*/
|
*/
|
||||||
function phpbb_mail($to, $subject, $msg, $headers, $eol, &$err_msg)
|
function phpbb_mail($to, $subject, $msg, $headers, $eol, &$err_msg)
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx;
|
global $config, $phpbb_root_path, $phpEx;
|
||||||
|
|
||||||
// We use the EOL character for the OS here because the PHP mail function does not correctly transform line endings. On Windows SMTP is used (SMTP is \r\n), on UNIX a command is used...
|
// We use the EOL character for the OS here because the PHP mail function does not correctly transform line endings. On Windows SMTP is used (SMTP is \r\n), on UNIX a command is used...
|
||||||
// Reference: http://bugs.php.net/bug.php?id=15841
|
// Reference: http://bugs.php.net/bug.php?id=15841
|
||||||
|
|
Loading…
Add table
Reference in a new issue