Browse Source

Remove forgotten punycode line

Alexandre Alapetite 8 years ago
parent
commit
1cf545342e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/lib_rss.php

+ 0 - 1
lib/lib_rss.php

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