Explorar el Código

SimplePie force HTTPS bug with sub-domains

https://github.com/FreshRSS/FreshRSS/issues/1083
Alexandre Alapetite hace 10 años
padre
commit
c1de11f17d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 	}
 
 	/**