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