소스 검색

1 == 1.1 => true? changed to === fixed this.

stekkel 23 년 전
부모
커밋
a0abf08b16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      class/mime.class.php

+ 1 - 1
class/mime.class.php

@@ -1623,7 +1623,7 @@ class message
 	    $exclude = false;
 	    foreach ($exclude_id as $excl)
 	    {
-               if ($entity->entity_id == $excl)
+               if ($entity->entity_id === $excl)
 	       {
 	          $exclude = true;
 	       }