Browse Source

Merge branch 'HTTPS-enclosures' into dev

Alexandre Alapetite 10 years ago
parent
commit
89669df72b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/SimplePie/SimplePie/Sanitize.php

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

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