Explorar o código

Fix typo. php 5 errors out on this.

stekkel %!s(int64=20) %!d(string=hai) anos
pai
achega
d808a39e8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      class/deliver/Deliver.class.php

+ 1 - 1
class/deliver/Deliver.class.php

@@ -452,7 +452,7 @@ class Deliver {
         }
         $header[] = $contenttype . $rn;
         if ($encoding = $rfc822_header->encoding) {
-            $header[] .= 'Content-Transfer-Encoding: ' . $encoding .  $rn;
+            $header[] = 'Content-Transfer-Encoding: ' . $encoding .  $rn;
         }
         if ($rfc822_header->dnt) {
             $dnt = $rfc822_header->getAddr_s('dnt');