Selaa lähdekoodia

initialize cc correct

stekkel 23 vuotta sitten
vanhempi
commit
1f747ca365
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      class/mime/Rfc822Header.class.php

+ 1 - 0
class/mime/Rfc822Header.class.php

@@ -480,6 +480,7 @@ class Rfc822Header {
 		++$i;	
             }
 	} else {
+	    if (!is_array($this->cc)) $this->cc = array();
 	    $srch_addr = $this->parseAddress($address);
 	    $results = array();
 	    foreach ($this->to as $to) {