Allow to add some headers like content-type.

SVN:1.2[1852]
This commit is contained in:
Denis Flaven
2012-02-10 12:42:34 +00:00
parent 09bd8052d7
commit 3113205f88

View File

@@ -137,7 +137,7 @@ class EMail
}
}
protected function AddToHeader($sKey, $sValue)
public function AddToHeader($sKey, $sValue)
{
if (strlen($sValue) > 0)
{