Bugfix: undefined $sValue

This commit is contained in:
the-djmaze 2023-01-09 21:21:59 +01:00
parent 5149357888
commit 4572d3f43d

View file

@ -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