Browse Source

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

stekkel 23 năm trước cách đây
mục cha
commit
a0abf08b16
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 	       }