Преглед изворни кода

SimplePie force HTTPS bug with sub-domains

https://github.com/FreshRSS/FreshRSS/issues/1083
Alexandre Alapetite пре 10 година
родитељ
комит
c1de11f17d
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;
 	}
 
 	/**