mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Add improvements
This commit is contained in:
parent
ac1d2cf38f
commit
c41614fef1
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ abstract class MailBuilder
|
|||
*/
|
||||
public function setHeader(string $name, string $value)
|
||||
{
|
||||
$this->headers[$name] = [];
|
||||
$this->headers[$name][] = $value;
|
||||
$this->headers[$name] = [$value];
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue