mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/adherents/subscription/list.php htdocs/comm/action/index.php htdocs/core/modules/propale/doc/pdf_azur.modules.php htdocs/core/modules/propale/doc/pdf_cyan.modules.php htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php htdocs/cron/class/cronjob.class.php htdocs/eventorganization/class/conferenceorbooth.class.php htdocs/modulebuilder/template/myobject_list.php htdocs/public/ticket/list.php htdocs/supplier_proposal/list.php htdocs/ticket/class/ticket.class.php
This commit is contained in:
@@ -1245,8 +1245,8 @@ class CMailFile
|
||||
$encoded = chunk_split(base64_encode($contents), 76, $this->eol); // 76 max is defined into http://tools.ietf.org/html/rfc2047
|
||||
return $encoded;
|
||||
} else {
|
||||
$this->error = "Error: Can't read file '".$sourcefile."' into _encode_file";
|
||||
dol_syslog("CMailFile::encode_file: ".$this->error, LOG_ERR);
|
||||
$this->error = "Error in _encode_file() method: Can't read file '".$sourcefile."'";
|
||||
dol_syslog("CMailFile::_encode_file: ".$this->error, LOG_ERR);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user