SimplePie force HTTPS bug with sub-domains

https://github.com/FreshRSS/FreshRSS/issues/1083
This commit is contained in:
Alexandre Alapetite
2016-03-01 19:14:26 +01:00
parent 0eef625b6d
commit c1de11f17d

View File

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