domci on mail

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3771 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-06-14 11:31:48 +00:00
parent 24b5f7f12a
commit 8f482734da

View File

@@ -1124,7 +1124,8 @@ class mail
// Must be placed on the first line and must be unique
reset ($this->sections[$sectionMainID]["_headersArray"]);
if (key_exists (0, $this->sections[$sectionMainID]["_headersArray"]) &&
key_exists ("Return-Path", $this->sections[$sectionMainID]["_headersArray"][0]))
key_exists ("Return-Path",
$this->sections[$sectionMainID]["_headersArray"][0]))
{
// Remove the old one
array_shift ($this->sections[$sectionMainID]["_headersArray"]);