Skip to content

Commit

Permalink
Update CMailFile.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 19, 2018
1 parent 2179e20 commit 4e60e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/CMailFile.class.php
Expand Up @@ -1234,7 +1234,7 @@ function write_images($images_list)
{
foreach ($images_list as $img)
{
dol_syslog("CMailFile::write_images: i=$i");
dol_syslog("CMailFile::write_images: ".$img["name"]);

$out.= "--" . $this->related_boundary . $this->eol; // always related for an inline image
$out.= "Content-Type: " . $img["content_type"] . "; name=\"".$img["name"]."\"".$this->eol;
Expand Down

0 comments on commit 4e60e48

Please sign in to comment.