mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 10:08:27 +01:00
Fix: bug #22312 : encodage mail
This commit is contained in:
@@ -329,6 +329,8 @@ class CMailFile
|
|||||||
*/
|
*/
|
||||||
function write_body($msgtext, $filename_list)
|
function write_body($msgtext, $filename_list)
|
||||||
{
|
{
|
||||||
|
global $conf;
|
||||||
|
|
||||||
$out='';
|
$out='';
|
||||||
|
|
||||||
if ($this->atleastonefile)
|
if ($this->atleastonefile)
|
||||||
|
|||||||
Reference in New Issue
Block a user