Explorar el Código

Remove forgotten punycode line

Alexandre Alapetite hace 8 años
padre
commit
1cf545342e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/lib_rss.php

+ 0 - 1
lib/lib_rss.php

@@ -68,7 +68,6 @@ function idn_to_puny($url) {
 			} else {
 				$puny = idn_to_ascii($idn);
 			}
-			$puny = idn_to_ascii($idn);
 			$pos = strpos($url, $idn);
 			if ($pos !== false) {
 				return substr_replace($url, $puny, $pos, strlen($idn));