mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Resolved Issue ID 0000516:
o $lang_info not declared Merge branch-1_6 1539:1540 into BSF git-svn-id: http://piwigo.org/svn/trunk@1541 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -104,7 +104,7 @@ function format_email($name, $email)
|
||||
*/
|
||||
function pwg_mail($to, $from = '', $subject = 'PhpWebGallery', $infos = '')
|
||||
{
|
||||
global $conf, $conf_mail;
|
||||
global $conf, $conf_mail, $lang_info;
|
||||
|
||||
$cvt7b_subject = str_translate_to_ascii7bits($subject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user