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

Merge branch 'HTTPS-enclosures' into dev

Alexandre Alapetite пре 10 година
родитељ
комит
4c9377284b
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      lib/SimplePie/SimplePie/Sanitize.php

+ 0 - 4
lib/SimplePie/SimplePie/Sanitize.php

@@ -292,10 +292,6 @@ class SimplePie_Sanitize
 		$node =& $this->https_domains;
 		foreach ($segments as $segment)
 		{//Explore the tree
-			if ($node === true)
-			{
-				return true;
-			}
 			if (isset($node[$segment]))
 			{
 				$node =& $node[$segment];