ソースを参照

Merge branch 'HTTPS-enclosures' into dev

Alexandre Alapetite 10 年 前
コミット
89669df72b
1 ファイル変更1 行追加1 行削除
  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;
 	}
 
 	/**