Browse Source

Merge branch 'HTTPS-enclosures' into dev

Alexandre Alapetite 10 năm trước cách đây
mục cha
commit
89669df72b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/SimplePie/SimplePie/Sanitize.php

+ 1 - 1
lib/SimplePie/SimplePie/Sanitize.php

@@ -305,7 +305,7 @@ class SimplePie_Sanitize
 				break;
 			}
 		}
-		return false;
+		return $node === true;
 	}
 
 	/**