소스 검색

initialize cc correct

stekkel 23 년 전
부모
커밋
1f747ca365
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {