瀏覽代碼

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;
 	       }