mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Bugfix: undefined $sValue
This commit is contained in:
parent
5149357888
commit
4572d3f43d
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class Header
|
|||
}
|
||||
|
||||
// https://www.rfc-editor.org/rfc/rfc2822#section-2.1.1
|
||||
return \wordwrap($this->NameWithDelimitrom() . $sValue, 78, "\r\n ");
|
||||
return \wordwrap($this->NameWithDelimitrom() . $sResult, 78, "\r\n ");
|
||||
}
|
||||
|
||||
public function IsSubject() : bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue